refactor:change tabs-view to tags-view

This commit is contained in:
Pan
2017-11-22 11:21:09 +08:00
parent f2fcdee815
commit 3cb1e321d3
3 changed files with 15 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
export { default as Navbar } from './Navbar'
export { default as Sidebar } from './Sidebar/index.vue'
export { default as TabsView } from './TabsView'
export { default as TagsView } from './TagsView'
export { default as AppMain } from './AppMain'