0
0
Fork 0

Merge pull request 'Se corrige error por falta de importacion' (#30) from features/ms_correcciones_pr_2 into dev

Reviewed-on: hyervoni/salix-front-mindshore#30
This commit is contained in:
Carlos Fonseca 2023-12-07 17:44:42 +00:00
commit b8d30fa0a4
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 },