mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
chore: first commit
This commit is contained in:
5
src/layouts/index.ts
Normal file
5
src/layouts/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import BaseLayout from './base.layout.vue';
|
||||
|
||||
export const layouts = {
|
||||
base: BaseLayout,
|
||||
};
|
||||
Reference in New Issue
Block a user