wip: Waterfall

This commit is contained in:
kailong321200875 2023-09-27 17:59:40 +08:00
parent 5f751b86ba
commit 0f926bbce4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const { getPrefixCls } = useDesign()
const prefixCls = getPrefixCls('waterfall') const prefixCls = getPrefixCls('waterfall')
const props = defineProps({ defineProps({
data: propTypes.array.def([]), data: propTypes.array.def([]),
reset: propTypes.bool.def(false), reset: propTypes.bool.def(false),
width: propTypes.number.def(200), width: propTypes.number.def(200),