perf: 优化table action

This commit is contained in:
xingyu4j
2025-05-19 16:18:48 +08:00
parent eeb3fc0898
commit 7174e18918
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
export { default as TableAction } from './table-action.vue';
export * from './icons';
export const ACTION_KEY = 'action_key_msg';
export { default as TableAction } from './table-action.vue';
export * from './typing';