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-09-29 17:59:32 +08:00
|
|
|
import MultiMenuLayout from './MultiMenuLayout/index.vue';
|
2021-08-18 12:02:59 +08:00
|
|
|
|
2021-09-29 17:59:32 +08:00
|
|
|
export { BasicLayout, BlankLayout, MultiMenuLayout };
|