This commit is contained in:
pipipi-pikachu 2021-01-23 01:11:34 +08:00
parent 53050b5681
commit 7be29a5fc2
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ export default defineComponent({
EditableDiv, EditableDiv,
}, },
props: { props: {
tableCells: { data: {
type: Array as PropType<TableCells[][]>, type: Array as PropType<TableCells[][]>,
}, },
}, },