Skip to content

Commit cacefd1

Browse files
authored
Merge pull request #11 from koishijs/MirrorCY-patch-1
fix: invalid prop type
2 parents 31b4fa5 + e00d761 commit cacefd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/data-table.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</component>
6868
</template>
6969
<div v-else-if="['string', 'text', 'json', 'list'].includes(table.fields[fName]?.deftype)" @parent-dblclick="onCellDblClick(scope)" class="inner-cell">
70-
<el-tooltip show-after="300" popper-class="tooltip-popper">
70+
<el-tooltip :show-after="300" popper-class="tooltip-popper">
7171
<template #content>{{ renderCell(fName, scope) }}</template>
7272
{{
7373
renderCell(fName, scope)

0 commit comments

Comments
 (0)