Blame view

ant-design-vue-jeecg/src/components/layouts/index.js 416 Bytes
肖超群 authored
1
2
3
4
5
6
7
import UserLayout from '@/components/layouts/UserLayout'
import BlankLayout from '@/components/layouts/BlankLayout'
import BasicLayout from '@/components/layouts/BasicLayout'
import RouteView from '@/components/layouts/RouteView'
import PageView from '@/components/layouts/PageView'
import TabLayout from '@/components/layouts/TabLayout'
肖超群 authored
8
export {UserLayout, BasicLayout, BlankLayout, RouteView, PageView, TabLayout}