添加标签组件类型声明,优化导航组件逻辑,更新样式,调整配置文件
This commit is contained in:
3
components.d.ts
vendored
3
components.d.ts
vendored
@ -28,6 +28,9 @@ declare module 'vue' {
|
||||
DSelect: typeof import('vue-devui/select/index.es.js')['Select']
|
||||
DTab: typeof import('vue-devui/tabs/index.es.js')['Tab']
|
||||
DTabs: typeof import('vue-devui/tabs/index.es.js')['Tabs']
|
||||
DTag: typeof import('vue-devui/tag/index.es.js')['Tag']
|
||||
DTagGroup: typeof import('vue-devui/tag-group/index.es.js')['TagGroup']
|
||||
DTags: typeof import('vue-devui/tags/index.es.js')['Tags']
|
||||
HomeSide: typeof import('./src/components/homeSide.vue')['default']
|
||||
MenuH: typeof import('./src/components/menuH.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
|
||||
Reference in New Issue
Block a user