Vue 方法里面reqiure(‘a(chǎn).js’),重復調(diào)用這個方法會重復加載a.js嗎?相關代碼 c() {
require('a.js')
},
a() {
this.c()
},
b() {
this.c()
},
添加回答
舉報
0/150
提交
取消