feat(table): 规范 table 组件代码

This commit is contained in:
就眠仪式
2021-10-11 09:29:45 +08:00
parent e6570dc50b
commit a1824b2da4
2 changed files with 8 additions and 4 deletions

View File

@@ -109,13 +109,13 @@ import { defineProps, ref, useSlots, watch, withDefaults, defineEmits } from 'vu
const props = withDefaults(
defineProps<{
columns?: Object[]
dataSource?: Object[]
id?: string,
skin?: string
page?: Object
defaultToolbar?: Boolean
checkbox?: Boolean
id?: string,
columns?: Object[]
dataSource?: Object[]
defaultToolbar?: Boolean
selectedKeys: Array<String>
}>(),
{