Skip to content

Commit

Permalink
perf(components): Delete text display
Browse files Browse the repository at this point in the history
  • Loading branch information
paynezhuang committed Jun 22, 2024
1 parent 94e9e2d commit 2437c1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/advanced/table-column-setting.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts" generic="T extends Record<string, unknown>, K = never">
import { VueDraggable } from 'vue-draggable-plus';
import { $t } from '@/locales';
defineOptions({
name: 'TableColumnSetting'
Expand All @@ -18,7 +17,6 @@ const columns = defineModel<NaiveUI.TableColumnCheck[]>('columns', {
<template #icon>
<icon-ant-design-setting-outlined class="text-icon" />
</template>
{{ $t('common.columnSetting') }}
</NButton>
</template>
<VueDraggable v-model="columns" :animation="150" filter=".none_draggable">
Expand Down

0 comments on commit 2437c1f

Please sign in to comment.