写了一个js文件
在这里面调用
import 导入, export 导出
试试单独导出
export let myName="tom";
这样去引哦
export default {..........}这样应该就可以了