提交 b1c6cee3 编写于 作者: 雪洛's avatar 雪洛

fix: 修复recycle-view组件name属性错误

上级 ae08f786
......@@ -11,7 +11,7 @@
* @property {any[]} item 当前组件渲染的列表项
*/
export default {
name: "custom-list-item",
name: "uni-recycle-item",
props: {
item: {
type: Object as PropType<any>,
......
......@@ -22,7 +22,7 @@
* @property {any[]} list 列表所有数据
*/
export default {
name: "custom-list-view",
name: "uni-recycle-view",
props: {
list: {
type: Array as PropType<any[]>,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册