mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-06-17 23:29:18 +08:00
fix: fix demo bug
This commit is contained in:
parent
11cbf8bca3
commit
73792144a8
@ -302,7 +302,7 @@ const TableView = defineComponent({
|
||||
bordered={false}
|
||||
collapsedRows={this.gridCollapsedRows}
|
||||
cols={this.gridItemCount}
|
||||
onUpdateValue={(value: boolean) =>
|
||||
onUpdateOpen={(value: boolean) =>
|
||||
window.$message.info(
|
||||
`我是 RCollapseGrid 组件${value ? '收起' : '展开'}的回调函数`,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user