Vite使用Glob实现组件自动化注册

43 阅读1分钟

组件目录结构

├─lib
│  ├─svg-icons
│  │  ├─index.vue
│  ├─popup
│  │  ├─index.vue
│  ├─index.js

自动引入组件

index.js

image.png