let clozeTitle = Vue.extend({
render(h){
return h('div', [
h(title) // compile and render 'code' string
])
}
}).$mount()

Html5s
- 发布:2022-05-27 10:12
- 更新:2022-05-27 10:12
- 阅读:302
$mount() is not a function
分类:uni-app
