vuejs / vuepress

📝 Minimalistic Vue-powered static site generator
https://vuepress.vuejs.org
MIT License
22.61k stars 4.76k forks source link

Unknown custom element: <v-e8313e6a> #2790

Open beifang721 opened 3 years ago

beifang721 commented 3 years ago

version: ^1.8.0 和vue devtools有什么关系为什么报错?请修复

beifang721 commented 3 years ago

@dennisreimann @aparajita @duncan @eigan

artskin commented 3 years ago

我也遇到了,观察发现v是大写的时候就没问题,但是有时候render出来的是小写

artskin commented 3 years ago

我也遇到了,观察发现v是大写的时候就没问题,但是有时候render出来的是小写

通过在enhanceApp.js文件添加如下代码解决了

import pageComponents from '@internal/page-components'
for (const [name, component] of Object.entries(pageComponents)) {
    Vue.component(name, component)
}
warpcgd commented 3 years ago

image

https://github.com/vuejs/vuepress/issues/1173#issuecomment-470534176

有hack的方法

gcaaa31928 commented 3 years ago

same here with <v-#####>

justforuse commented 2 years ago

Same.. and history version also emit this error