uview-plus
uview-plus copied to clipboard
table2报错More than one slot named "cell-0" are found inside a single component instance
版本号 3,微信小程序环境
<template>
<u-table2 :data="tableData" :columns="columns" />
<Tabbar></Tabbar>
</template>
<script setup>
const tableData = [{
id: 1,
name: '张三',
age: 25
},
{
id: 2,
name: '李四',
age: 30
}
]
const columns = [{
title: '姓名',
key: 'name'
},
{
title: '年龄',
key: 'age'
}
]
</script>
@ijry 您好,麻烦能看下吗?我是按照文档复制的呀
把源码里这个删了就修好了
老哥,可太有用了,没你都准备放弃这个UI库了