badge子组件不展示 #12552
Answered
by
rmd1710714107
rmd1710714107
asked this question in
Q&A
badge子组件不展示
#12552
-
代码dom结构问题为什么子元素 开发配置{
"vant": "^2.13.2",
"vue": "^2.5.2",
"webpack": "^3.6.0",
} |
Beta Was this translation helpful? Give feedback.
Answered by
rmd1710714107
Jan 8, 2024
Replies: 1 comment
-
已解决,vue版本需要升级到2.6.10以上,同时需要升级vue-template-compiler,vue-template-compiler的升级视vue-loader确定。如果不匹配,启动项目时会报错并给升级提示 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chenjiahan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
已解决,vue版本需要升级到2.6.10以上,同时需要升级vue-template-compiler,vue-template-compiler的升级视vue-loader确定。如果不匹配,启动项目时会报错并给升级提示