Merge pull request 'fix: workerBasicData' (!1535) from warmFix-nextTick into test
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #1535
Reviewed-by: Jorge Penadés <jorgep@verdnatura.es>
This commit is contained in:
Carlos Satorres 2025-03-03 12:17:35 +00:00
commit b976f61eeb
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';