Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2c50854b
authored
Mar 27, 2023
by
puhui999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 把Icon、DictTag添加到全局
parent
e87df643
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
types/components.d.ts
+2
-1
No files found.
types/components.d.ts
View file @
2c50854b
declare
module
'vue'
{
export
interface
GlobalComponents
{
Icon
:
typeof
import
(
'../components/Icon/src/Icon.vue'
)[
'default'
]
Icon
:
typeof
import
(
'@/components/Icon'
)[
'Icon'
]
DictTag
:
typeof
import
(
'@/components/DictTag'
)[
'DictTag'
]
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment