wip: Waterfall
This commit is contained in:
parent
5f751b86ba
commit
0f926bbce4
|
@ -6,7 +6,7 @@ const { getPrefixCls } = useDesign()
|
|||
|
||||
const prefixCls = getPrefixCls('waterfall')
|
||||
|
||||
const props = defineProps({
|
||||
defineProps({
|
||||
data: propTypes.array.def([]),
|
||||
reset: propTypes.bool.def(false),
|
||||
width: propTypes.number.def(200),
|
||||
|
|
Loading…
Reference in New Issue