Newer
Older
laserPTZFrontV2.0 / vite / plugins / layouts.ts
wangxitong on 22 May 2023 143 bytes first commit
import Layouts from 'vite-plugin-vue-layouts'

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