2021-08-26 18:49:20 +08:00
|
|
|
import BasicLayout from './BasicLayout/index.vue';
|
2021-09-09 12:00:18 +08:00
|
|
|
import BlankLayout from './BlankLayout/index.vue';
|
2021-11-10 20:44:43 +08:00
|
|
|
import RouterViewLayout from './RouterViewLayout/index.vue';
|
2021-08-18 12:02:59 +08:00
|
|
|
|
2021-11-10 20:44:43 +08:00
|
|
|
export { BasicLayout, BlankLayout, RouterViewLayout };
|