Vue.component('my-component', {template: '<div>A custom component!</div>'})// 創(chuàng)建根實例new Vue({el: '#example'})直接用的文檔給的注冊了,控制臺報錯:Failed to mount component: template or render function not defined. (found in root instance)求大神解答
vue2.0組件注冊的問題
30秒到達戰(zhàn)場
2018-08-27 13:10:27