Skip to content

Commit

Permalink
Update data-table.vue
Browse files Browse the repository at this point in the history
runtime-core.esm-bundler.js:51 [Vue warn]: Invalid prop: type check failed for prop "showAfter". Expected Number with value 300, got String with value "300".
  • Loading branch information
MirrorCY authored Jan 7, 2025
1 parent 31b4fa5 commit e00d761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/data-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</component>
</template>
<div v-else-if="['string', 'text', 'json', 'list'].includes(table.fields[fName]?.deftype)" @parent-dblclick="onCellDblClick(scope)" class="inner-cell">
<el-tooltip show-after="300" popper-class="tooltip-popper">
<el-tooltip :show-after="300" popper-class="tooltip-popper">
<template #content>{{ renderCell(fName, scope) }}</template>
{{
renderCell(fName, scope)
Expand Down

0 comments on commit e00d761

Please sign in to comment.