mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-14 13:16:39 +08:00
fix: 产品弹窗优化
This commit is contained in:
3
Yi.Ai.Vue3/types/components.d.ts
vendored
3
Yi.Ai.Vue3/types/components.d.ts
vendored
@@ -10,6 +10,7 @@ declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
AccountPassword: typeof import('./../src/components/LoginDialog/components/FormLogin/AccountPassword.vue')['default']
|
||||
ActivationCode: typeof import('./../src/components/userPersonalCenter/components/ActivationCode.vue')['default']
|
||||
ActivationGuide: typeof import('./../src/components/ProductPackage/ActivationGuide.vue')['default']
|
||||
APIKeyManagement: typeof import('./../src/components/userPersonalCenter/components/APIKeyManagement.vue')['default']
|
||||
CardFlipActivity: typeof import('./../src/components/userPersonalCenter/components/CardFlipActivity.vue')['default']
|
||||
ContactUs: typeof import('./../src/components/ContactUs/index.vue')['default']
|
||||
@@ -66,6 +67,8 @@ declare module 'vue' {
|
||||
ModeList: typeof import('./../src/components/modeList/index.vue')['default']
|
||||
ModelSelect: typeof import('./../src/components/ModelSelect/index.vue')['default']
|
||||
NavDialog: typeof import('./../src/components/userPersonalCenter/NavDialog.vue')['default']
|
||||
NewbieGuide: typeof import('./../src/components/ProductPackage/NewbieGuide.vue')['default']
|
||||
PackageTab: typeof import('./../src/components/ProductPackage/PackageTab.vue')['default']
|
||||
Popover: typeof import('./../src/components/Popover/index.vue')['default']
|
||||
PremiumPackageInfo: typeof import('./../src/components/userPersonalCenter/components/PremiumPackageInfo.vue')['default']
|
||||
PremiumService: typeof import('./../src/components/userPersonalCenter/components/PremiumService.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user