Skip to content

Commit

Permalink
fix: remove defineExpose from import
Browse files Browse the repository at this point in the history
  • Loading branch information
bsilkyn committed May 2, 2024
1 parent 8c6f581 commit 77f4506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/admin/LazyDataTable.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import DataTable, { type DataTableSelectAllChangeEvent } from 'primevue/datatable';
import { onMounted, watch, ref, defineExpose, toRef } from 'vue';
import { onMounted, watch, ref, toRef } from 'vue';
import { useI18n } from 'vue-i18n';
import { type PaginatorResponse } from '@/types/filter/Paginator.ts';
import { usePaginator } from '@/composables/filters/paginator.ts';
Expand Down

0 comments on commit 77f4506

Please sign in to comment.