mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-05 13:37:45 +08:00
9 lines
219 B
JavaScript
9 lines
219 B
JavaScript
import components from 'unplugin-vue-components/vite'
|
|
|
|
export default function createComponents() {
|
|
return components({
|
|
dirs: ['src/components'],
|
|
include: [/\.vue$/, /\.vue\?vue/, /\.jsx$/]
|
|
})
|
|
}
|