forked from verdnatura/salix-front
Se corrige error por falta de importacion
This commit is contained in:
parent
0e624bdfd3
commit
02027d4392
|
@ -1,5 +1,8 @@
|
|||
<script setup>
|
||||
import { ref, watch } from 'vue';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
|
||||
const { t } = useI18n();
|
||||
|
||||
const $props = defineProps({
|
||||
addElement: { type: Function, required: false },
|
||||
|
|
Loading…
Reference in New Issue