unplugin / unplugin-vue-components

📲 On-demand components auto importing for Vue
https://www.npmjs.com/package/unplugin-vue-components
MIT License
3.68k stars 342 forks source link

vite@4.3.9 build lack script #671

Open W54321qiqqi opened 11 months ago

W54321qiqqi commented 11 months ago

Describe the bug

use unplugin-vue-components import elementplus , after that in project's develop environment using components such as el-color-picker el-radio-group el-radio-button is normal ,however in the production environment, script packaging projects are missing script tags in the index.html file,build use vite@4.3.9

Reproduction

use el-color-picker el-radio-group el-radio-button component

System Info

elementplus@2.1.19 vite@4.3.9 unplugin-vue-components@0.25.1 pnpm@8.6.2

Used Package Manager

pnpm

Validations

lishaobos commented 11 months ago

need reproduction