Skip to content

Commit

Permalink
fix: remove the import of define expose
Browse files Browse the repository at this point in the history
  • Loading branch information
xieerduos committed Jun 8, 2023
1 parent 3497f70 commit 04ba0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/index/views/FileList/FileTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</p>
</template>
<script setup>
import {onMounted, defineExpose, computed, ref, onBeforeUnmount, nextTick} from 'vue';
import {onMounted, computed, ref, onBeforeUnmount, nextTick} from 'vue';
import dayjs from 'dayjs';
import useElectron from '@/renderer/index/composables/useElectron.js';
import {MAP_STATUS} from '@/renderer/index/utils/constant.js';
Expand Down

0 comments on commit 04ba0bd

Please sign in to comment.