vue吧 关注:10,653贴子:22,504
  • 1回复贴,共1

各位大佬,请问这个 template 是怎么显示出来的 ? 新手求教

只看楼主收藏回复

没有看到 有调用的地方,但是template这行注释掉后 ,页面确实不显示 App的内容,不清楚调用的逻辑
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import Vue from 'vue'
import App from './App'
import router from './router'
Vue.config.productionTip = false
/* eslint-disable no-new */
new Vue({
el: '#app',
router,
components: { App },
template: '<App/>'
})


IP属地:广东1楼2020-09-18 16:03回复
    文件是 main.js , 我理解 局部注册了 App后, 这个 template: '<App/>' ,在哪里调用了呢? 没看到,不明白


    IP属地:广东2楼2020-09-18 16:05
    回复