Newer
Older
xc-metering-front / vite / plugins / layouts.ts
liyaguang on 19 Jul 2023 143 bytes first commit
import Layouts from 'vite-plugin-vue-layouts'

export default function createLayouts() {
  return Layouts({
    defaultLayout: 'index',
  })
}