forked from verdnatura/salix-front
Merge pull request 'fix: workerBasicData' (!1535) from warmFix-nextTick into test
Reviewed-on: verdnatura/salix-front#1535 Reviewed-by: Jorge Penadés <jorgep@verdnatura.es>
This commit is contained in:
commit
b976f61eeb
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue