qmcx-ming / vue3-vant-template

基于Vue3+Vant4的移动端H5模板【没有TS😋】
https://qmcx-ming.github.io/vue3-vant-template
3 stars 0 forks source link

vant的shownotify等css风格丢失 #2

Closed ebolavirus closed 1 week ago

ebolavirus commented 1 week ago

基于代码加了vant的showNotify等指令,vant的notify弹出框是空白的背景,好像相关的css样式丢失了

qmcx-ming commented 1 week ago

你是不是在页面多导入了 import { showNotify } from 'vant';

qmcx-ming commented 1 week ago

vant配置了自动导入,不需要再导入vant的

qmcx-ming commented 1 week ago

image

ebolavirus commented 1 week ago

是的,感谢解惑 :)