mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
5 lines
83 B
JavaScript
Executable File
5 lines
83 B
JavaScript
Executable File
export default {
|
|
test: function(_item) {
|
|
console.log("测试");
|
|
}
|
|
} |