mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-05 05:27:39 +08:00
8 lines
166 B
JavaScript
8 lines
166 B
JavaScript
import components from 'unplugin-vue-components/vite'
|
|
|
|
export default function createComponents() {
|
|
return components({
|
|
dirs: ['src/components']
|
|
})
|
|
}
|