0
0
Fork 0

fix: add nextTick

This commit is contained in:
Alex Moreno 2025-02-20 09:14:07 +01:00
parent ae0158d529
commit 2889253c07
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import {
render,
inject,
useAttrs,
nextTick,
} from 'vue';
import { useArrayData } from 'src/composables/useArrayData';
import { useI18n } from 'vue-i18n';