fix: 修复 table 组件 datasource 属性丢失响应特性

This commit is contained in:
就眠儀式 2022-04-05 20:35:43 +08:00
parent 5f87bc67c7
commit 84d0d8bbf1
2 changed files with 2 additions and 3 deletions

View File

@ -61,7 +61,7 @@ watch(
() => props.dataSource, () => props.dataSource,
() => { () => {
tableDataSource.value = [...props.dataSource]; tableDataSource.value = [...props.dataSource];
} }, {deep: true}
); );
const changeAll = function (checked: any) { const changeAll = function (checked: any) {

View File

@ -18,8 +18,7 @@
<ul> <ul>
<li>[新增] upload 组件 cut cutOptions 属性, 支持上传裁剪。</li> <li>[新增] upload 组件 cut cutOptions 属性, 支持上传裁剪。</li>
<li>[新增] timeline 组件 direction 属性, 支持垂直与水平布局。</li> <li>[新增] timeline 组件 direction 属性, 支持垂直与水平布局。</li>
<li>[新增] config-proivder 组件 global-dark-background-color 夜间模式背景颜色变量。</li> <li>[修复] table 组件 datasource 属性丢失响应。 </li>
<li>[新增] config-proivder 组件 global-dark-text-color 夜间模式文字颜色变量。</li>
</ul> </ul>
</li> </li>
</ul> </ul>