Vant集成3.5.3版本报错"XX组件" is not defined #10876
Unanswered
WeibinZheng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
import { createApp } from 'vue';
import { Button } from 'vant';
const app = createApp();
app.use(Button);
本来使用3.3.7版本的vant,此次升级到3.5.3版本以后报错("XX组件" is not defined),重新固定版本到3.3.7后恢复正常
Beta Was this translation helpful? Give feedback.
All reactions