diff --git a/packages/table/src/ActionsColumn.vue b/packages/table/src/ActionsColumn.vue index f68fbd98..299f2338 100644 --- a/packages/table/src/ActionsColumn.vue +++ b/packages/table/src/ActionsColumn.vue @@ -16,7 +16,7 @@ :placement="action.subActionConfig?.placement || 'bottom'" :width="action.subActionConfig?.popoverWidth" :popper-class="action.subActionConfig?.popoverClass" - :destroy-on-close="action.subActionConfig?.popoverDestroyOnClose" + :destroy-on-close="action.subActionConfig?.popoverDestroyOnClose ?? true" > -
+