feat: 添加我的发行申请页面及相关组件,更新路由和国际化支持
This commit is contained in:
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -70,7 +70,6 @@ declare module 'vue' {
|
||||
UiTabPane: typeof import('./src/components/ui/tab-pane/index.vue')['default']
|
||||
UiTabs: typeof import('./src/components/ui/tabs/index.vue')['default']
|
||||
UiTag: typeof import('./src/components/ui/tag/index.vue')['default']
|
||||
UiTextarea: typeof import('./src/components/ui/textarea/index.vue')['default']
|
||||
UiTextareaLabel: typeof import('./src/components/ui/textarea-label/index.vue')['default']
|
||||
}
|
||||
}
|
||||
@@ -135,6 +134,5 @@ declare global {
|
||||
const UiTabPane: typeof import('./src/components/ui/tab-pane/index.vue')['default']
|
||||
const UiTabs: typeof import('./src/components/ui/tabs/index.vue')['default']
|
||||
const UiTag: typeof import('./src/components/ui/tag/index.vue')['default']
|
||||
const UiTextarea: typeof import('./src/components/ui/textarea/index.vue')['default']
|
||||
const UiTextareaLabel: typeof import('./src/components/ui/textarea-label/index.vue')['default']
|
||||
}
|
||||
Reference in New Issue
Block a user