Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
manulife-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2026-02-27 23:11:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1154601fc7c461b72519fde265ea8c57597ec476
1154601f
1 parent
b158179c
chore: 更新组件类型定义
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
components.d.ts
components.d.ts
View file @
1154601
...
...
@@ -40,6 +40,7 @@ declare module 'vue' {
PlanPopupNew
:
typeof
import
(
'./src/components/plan/PlanPopupNew.vue'
)[
'default'
]
ProductCard
:
typeof
import
(
'./src/components/cards/ProductCard.vue'
)[
'default'
]
RadioGroup
:
typeof
import
(
'./src/components/plan/PlanFields/RadioGroup.vue'
)[
'default'
]
RichTextRenderer
:
typeof
import
(
'./src/components/RichTextRenderer.vue'
)[
'default'
]
RouterLink
:
typeof
import
(
'vue-router'
)[
'RouterLink'
]
RouterView
:
typeof
import
(
'vue-router'
)[
'RouterView'
]
SavingsTemplate
:
typeof
import
(
'./src/components/plan/PlanTemplates/SavingsTemplate.vue'
)[
'default'
]
...
...
Please
register
or
login
to post a comment