vue渲染報錯
import Vue from 'vue'
import App from './app.vue'
const root = document.createElement('div')
document.body.appendChild(root)
new Vue({
????render: (h) => h(App)
}).$mount(root)
import Vue from 'vue'
import App from './app.vue'
const root = document.createElement('div')
document.body.appendChild(root)
new Vue({
????render: (h) => h(App)
}).$mount(root)
2018-09-14
舉報
2018-11-29
請問你的問題解決了嗎?
2018-09-26
這個應該是你的app.vue文件出錯了,<template>下只能有一個跟目錄