Skip to content

Commit

Permalink
fix(image-viewer): 删除未使用变量
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbadmaster committed Sep 18, 2022
1 parent 82de4e8 commit f2a12d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image-viewer/image-viewer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {
computed, defineComponent, ref, toRefs, onMounted, onBeforeUnmount, watch,
computed, defineComponent, ref, toRefs, watch,
} from '@vue/composition-api';
import { ChevronLeftIcon, ChevronDownIcon, CloseIcon } from 'tdesign-icons-vue';

Expand Down

0 comments on commit f2a12d4

Please sign in to comment.