This repository was archived by the owner on Dec 6, 2021. It is now read-only.
File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ root = true
4
4
[* ]
5
5
indent_style = space
6
6
indent_size = 2
7
+ tab_size = 2
7
8
charset = utf-8
8
9
trim_trailing_whitespace = true
9
10
insert_final_newline = true
Original file line number Diff line number Diff line change @@ -60,8 +60,9 @@ yarn add taro-ui-vue3
60
60
- [ ] 组件展示页面
61
61
- [ ] theme
62
62
63
- - [x] 兼容 h5
64
-
63
+ - [ ] 将组件所需的 style 文件移动至组件所在目录,按需引用时,只需引用组件即可,无需再额外引用样式
64
+ - [ ] VirtualList (视需要)
65
+ - [ ] Skeleton (视需要)
65
66
66
67
## 已知问题
67
68
- Alipay 小程序端
Original file line number Diff line number Diff line change 30
30
" global.d.ts"
31
31
],
32
32
"author" : " Ken Ho <b2nil>" ,
33
- "homepage" : " https://github.com/b2nil /taro-ui-vue3" ,
33
+ "homepage" : " https://b2nil. github.io /taro-ui-vue3" ,
34
34
"repository" : {
35
35
"type" : " git" ,
36
36
"url" :
" [email protected] :b2nil/taro-ui-vue3.git"
109
109
"typescript" : " ^3.7.0" ,
110
110
"vue-loader" : " ^16.0.0-beta.7"
111
111
}
112
- }
112
+ }
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ const AtTabs = defineComponent({
278
278
class : 'at-tabs__underline' ,
279
279
style : underlineStyle . value
280
280
} ) ,
281
- { default : ( ) => slots . default && slots . default ( ) }
281
+ slots . default && slots . default ( )
282
282
]
283
283
} )
284
284
]
You can’t perform that action at this time.
0 commit comments