Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xysBooking
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-01-25 11:35:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e13a8b3ec068cdb1f1ba102b3b02220366b6aada
e13a8b3e
1 parent
ffcf6e17
fix
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 @
e13a8b3
...
...
@@ -11,6 +11,7 @@ declare module '@vue/runtime-core' {
ReserveCard
:
typeof
import
(
'./src/components/reserveCard.vue'
)[
'default'
]
RouterLink
:
typeof
import
(
'vue-router'
)[
'RouterLink'
]
RouterView
:
typeof
import
(
'vue-router'
)[
'RouterView'
]
VanButton
:
typeof
import
(
'vant/es'
)[
'Button'
]
VanCheckbox
:
typeof
import
(
'vant/es'
)[
'Checkbox'
]
VanCheckboxGroup
:
typeof
import
(
'vant/es'
)[
'CheckboxGroup'
]
VanDatePicker
:
typeof
import
(
'vant/es'
)[
'DatePicker'
]
...
...
Please
register
or
login
to post a comment