Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
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-11-11 16:58:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
efe2efd6c22b8f3100d5ea273583f555308f521e
efe2efd6
1 parent
11871a11
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
components.d.ts
components.d.ts
View file @
efe2efd
...
...
@@ -7,7 +7,6 @@ export {}
/* prettier-ignore */
declare
module
'vue'
{
export
interface
GlobalComponents
{
'图形验证码'
:
typeof
import
(
'./src/components/图形验证码.vue'
)[
'default'
]
Agreement
:
typeof
import
(
'./src/components/DonateFlower/agreement.vue'
)[
'default'
]
AuditVideoCard
:
typeof
import
(
'./src/components/AuditVideoCard/index.vue'
)[
'default'
]
Banner
:
typeof
import
(
'./src/components/MuiVideo/banner.vue'
)[
'default'
]
...
...
@@ -65,5 +64,6 @@ declare module 'vue' {
VideoBar
:
typeof
import
(
'./src/components/MuiVideo/videoBar.vue'
)[
'default'
]
VideoCard
:
typeof
import
(
'./src/components/VideoCard/index.vue'
)[
'default'
]
VideoDetail
:
typeof
import
(
'./src/components/VideoDetail/index.vue'
)[
'default'
]
'图形验证码'
:
typeof
import
(
'./src/components/图形验证码.vue'
)[
'default'
]
}
}
...
...
Please
register
or
login
to post a comment