vue渲染報(bào)錯(cuò)
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
舉報(bào)
2018-11-29
請問你的問題解決了嗎?
2018-09-26
這個(gè)應(yīng)該是你的app.vue文件出錯(cuò)了,<template>下只能有一個(gè)跟目錄