chore: migrate cell default slot (#8971)

This commit is contained in:
neverland
2021-07-02 16:29:19 +08:00
committed by GitHub
parent edb6ea8858
commit bc8bad0247
5 changed files with 33 additions and 26 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ export default defineComponent({
<Cell
v-slots={{
icon: renderEditIcon,
default: renderContent,
value: renderContent,
'right-icon': renderRightIcon,
}}
key={item.id}