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
vite.config配置
import Components from 'unplugin-vue-components/vite'; export default defineConfig({ ... Components({}), // 自动引入根目录下components文件下的组件 ... })
我有一个RangeInput的组件,已经被引入了,如图
但是样式并没有被插入到html中,别的组件的样式都有被插入进去并生效
目录结构
none
System: OS: Windows 10 10.0.19044 CPU: (12) x64 11th Gen Intel(R) Core(TM) i5-11500 @ 2.70GHz Memory: 11.85 GB / 31.73 GB Binaries: Node: 18.20.4 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.22 - C:\Program Files\nodejs\yarn.CMD npm: 10.7.0 - C:\Program Files\nodejs\npm.CMD pnpm: 9.6.0 - C:\Program Files\nodejs\pnpm.CMD Browsers: Edge: Spartan (44.19041.1266.0), Chromium (127.0.2651.74) Internet Explorer: 11.0.19041.1566
npm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
vite.config配置
我有一个RangeInput的组件,已经被引入了,如图
但是样式并没有被插入到html中,别的组件的样式都有被插入进去并生效
目录结构
Reproduction
none
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: