refactor: refs #7524 use VnTable #861

Merged
alexm merged 3 commits from 7524-hotfix-useVnTable into master 2024-10-24 10:31:45 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d918b76010 - Show all commits

View File

@ -1,5 +1,5 @@
<script setup>
import { ref, computed, reactive, watch, h } from 'vue';
import { ref, computed, reactive, watch } from 'vue';
import { useI18n } from 'vue-i18n';
import FetchData from 'components/FetchData.vue';
import TicketDescriptorProxy from 'src/pages/Ticket/Card/TicketDescriptorProxy.vue';