mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-09-20 02:06:38 +08:00
8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
import Layouts from 'vite-plugin-vue-meta-layouts'
|
|
|
|
export default function createLayouts() {
|
|
return Layouts({
|
|
defaultLayout: 'index',
|
|
})
|
|
}
|