forked from verdnatura/salix-front
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:
commit
b8d30fa0a4
|
@ -1,5 +1,8 @@
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref, watch } from 'vue';
|
import { ref, watch } from 'vue';
|
||||||
|
import { useI18n } from 'vue-i18n';
|
||||||
|
|
||||||
|
const { t } = useI18n();
|
||||||
|
|
||||||
const $props = defineProps({
|
const $props = defineProps({
|
||||||
addElement: { type: Function, required: false },
|
addElement: { type: Function, required: false },
|
||||||
|
|
Loading…
Reference in New Issue