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
@@ -96,7 +96,7 @@ export default defineComponent({
<div class={bem({ disabled })} onClick={onClick}>
<Cell
v-slots={{
default: renderContent,
value: renderContent,
'right-icon': renderRightIcon,
}}
border={false}