'init'
This commit is contained in:
13
src/layout/components/index.js
Normal file
13
src/layout/components/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-01-27 10:07:42
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2021-02-24 14:42:30
|
||||
* @Description: file content
|
||||
*/
|
||||
export { default as AppMain } from './AppMain'
|
||||
export { default as Navbar } from './Navbar'
|
||||
export { default as Footerbar } from './Footerbar'
|
||||
export { default as Settings } from './Settings'
|
||||
export { default as Sidebar } from './Sidebar/index.vue'
|
||||
export { default as TagsView } from './TagsView/index.vue'
|
||||
Reference in New Issue
Block a user