javascript - vue-cli中的template問題
仅有的幸福
仅有的幸福 2017-05-19 10:35:42
0
2
545

用vue-cli工具產生的main.js中

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,
  template: '<App/>',
  components: { App }
})

【template: '<App/>'】這句話是什麼意思?
是指使用app.vue模板嗎?但在vue沒有看到這樣的用法哦!
裡面只有:
1 template:'#xxx' 根據id取得
2 template:'<xx>.....<xx>' 直接使用
請問有沒有相關的文檔解釋呢?謝謝

仅有的幸福
仅有的幸福

全部回覆(2)
过去多啦不再A梦

https://www.mmxiaowu.com/arti...

迷茫

自己都回答出答案了呀!

第二種 template:'.....', --> 不就是一個元件嗎?

附:import App from './App' App元件是從這裡引入的

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板