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