We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用iconify图标的时候 有时候图标不会显示,但是点击后又出现了,我新下的solar还是项目自带的carbon 都会有这个问题
npx envinfo --system --npmPackages vue --binaries --browsers
System: OS: macOS 14.3 CPU: (8) arm64 Apple M1 Memory: 72.25 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.11.0 - /usr/local/bin/node Yarn: 1.22.22 - /usr/local/bin/yarn npm: 7.24.2 - ~/node_modules/.bin/npm pnpm: 9.12.2 - /usr/local/bin/pnpm Browsers: Chrome: 131.0.6778.86 Edge: 131.0.2903.70 Safari: 17.3 npmPackages: vue: 3.4.21 => 3.4.21
The text was updated successfully, but these errors were encountered:
好像是在page.config.ts里面设置iconify不会显示,如果页面里有 就会显示
Sorry, something went wrong.
可以在uno.config.ts文件中使用safelist配置项把需要用到的图标的类名保存下来
No branches or pull requests
Bug report(问题描述)
使用iconify图标的时候 有时候图标不会显示,但是点击后又出现了,我新下的solar还是项目自带的carbon 都会有这个问题
Steps to reproduce(问题复现步骤)
Screenshot or Gif(截图或动态图)
minimal reproduction(最小可还原代码)
System Info
npx envinfo --system --npmPackages vue --binaries --browsers
System:
OS: macOS 14.3
CPU: (8) arm64 Apple M1
Memory: 72.25 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.11.0 - /usr/local/bin/node
Yarn: 1.22.22 - /usr/local/bin/yarn
npm: 7.24.2 - ~/node_modules/.bin/npm
pnpm: 9.12.2 - /usr/local/bin/pnpm
Browsers:
Chrome: 131.0.6778.86
Edge: 131.0.2903.70
Safari: 17.3
npmPackages:
vue: 3.4.21 => 3.4.21
The text was updated successfully, but these errors were encountered: