layouts.ts 148 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import Layouts from 'vite-plugin-vue-meta-layouts' export default function createLayouts() { return Layouts({ defaultLayout: 'index', }) }