0
0
Fork 0

Se corrige error por falta de importacion

This commit is contained in:
carlosfonseca 2023-12-07 12:43:07 -05:00
parent 0e624bdfd3
commit 02027d4392
1 changed files with 3 additions and 0 deletions

View File

@ -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 },