fix: workerBasicData #1535

Merged
carlossa merged 2 commits from warmFix-nextTick into test 2025-03-03 12:17:37 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<script setup>
import { ref } from 'vue';
import { ref, nextTick } from 'vue';
import { useI18n } from 'vue-i18n';
import VnInputDate from 'src/components/common/VnInputDate.vue';
import FetchData from 'components/FetchData.vue';