Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jls-weapp
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
2026-04-24 14:39:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
32b1b5d112ccc1322205d24fc2ca08dfe4196207
32b1b5d1
1 parent
84ecc062
更新组件类型声明
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
components.d.ts
components.d.ts
View file @
32b1b5d
...
...
@@ -9,6 +9,9 @@ declare module 'vue' {
export
interface
GlobalComponents
{
AppTabbar
:
typeof
import
(
'./src/components/AppTabbar.vue'
)[
'default'
]
IndexNav
:
typeof
import
(
'./src/components/indexNav.vue'
)[
'default'
]
NutCell
:
typeof
import
(
'@nutui/nutui-taro'
)[
'Cell'
]
NutCellGroup
:
typeof
import
(
'@nutui/nutui-taro'
)[
'CellGroup'
]
NutIcon
:
typeof
import
(
'@nutui/nutui-taro'
)[
'Icon'
]
NutTabbar
:
typeof
import
(
'@nutui/nutui-taro'
)[
'Tabbar'
]
NutTabbarItem
:
typeof
import
(
'@nutui/nutui-taro'
)[
'TabbarItem'
]
Picker
:
typeof
import
(
'./src/components/time-picker-data/picker.vue'
)[
'default'
]
...
...
Please
register
or
login
to post a comment