Blame view

ant-design-vue-base/src/components/layouts/index.js 418 Bytes
1a2d344e   wxy   初始化项目
1
2
3
4
5
6
7
8
  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'
  
  export { UserLayout, BasicLayout, BlankLayout, RouteView, PageView, TabLayout }