youzan / vant

A lightweight, customizable Vue UI library for mobile web apps.

Home Page:https://vant-ui.github.io/vant/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug Report] 按需引入vant,showImagePreview样式丢失

Loser1027 opened this issue · comments

重现链接

https://codesandbox.io/p/devbox/vant-4-issue-template-forked-lzzdj5?file=%2Fsrc%2FApp.vue%3A13%2C41&workspaceId=398fb7a5-af35-435f-a588-d704fa330800

Vant 版本

4.8.1

描述一下你遇到的问题。

按需引入vant,showImagePreview样式丢失

重现步骤

  1. 点击button
  2. 样式丢失

设备/浏览器

chrome

commented

image

Vant 中有个别组件是以函数的形式提供的,包括 Toast,Dialog,Notify 和 ImagePreview 组件。在使用函数组件时,unplugin-vue-components 无法自动引入对应的样式,因此需要手动引入样式。

Duplicate: #12709