Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -29,6 +29,7 @@ declare module '@vue/runtime-core' { | ... | @@ -29,6 +29,7 @@ declare module '@vue/runtime-core' { |
| 29 | NutRow: typeof import('@nutui/nutui-taro')['Row'] | 29 | NutRow: typeof import('@nutui/nutui-taro')['Row'] |
| 30 | NutSwiper: typeof import('@nutui/nutui-taro')['Swiper'] | 30 | NutSwiper: typeof import('@nutui/nutui-taro')['Swiper'] |
| 31 | NutSwiperItem: typeof import('@nutui/nutui-taro')['SwiperItem'] | 31 | NutSwiperItem: typeof import('@nutui/nutui-taro')['SwiperItem'] |
| 32 | + NutTable: typeof import('@nutui/nutui-taro')['Table'] | ||
| 32 | NutTabPane: typeof import('@nutui/nutui-taro')['TabPane'] | 33 | NutTabPane: typeof import('@nutui/nutui-taro')['TabPane'] |
| 33 | NutTabs: typeof import('@nutui/nutui-taro')['Tabs'] | 34 | NutTabs: typeof import('@nutui/nutui-taro')['Tabs'] |
| 34 | NutTag: typeof import('@nutui/nutui-taro')['Tag'] | 35 | NutTag: typeof import('@nutui/nutui-taro')['Tag'] | ... | ... |
-
Please register or login to post a comment