摘要: //下面是导入app.vue import app from './vue/app.vue' new Vue({ el:'#app', // tempalte会完全替换掉id为app的div里面的内容,所以使用了<app/> template:'<app/>', components:{ app } 阅读全文
posted @ 2020-11-30 11:20 zeal666 阅读(264) 评论(0) 推荐(0)