Desarrollo de los submodulos basic data, notes y pbx #245

Merged
jsegarra merged 16 commits from :features/ms_submodulos_worker into dev 2024-04-08 06:19:29 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 507c979cc2 - Show all commits

View File

@ -1,5 +1,5 @@
<script setup>
import { reactive, ref } from 'vue';
import { ref } from 'vue';
jsegarra marked this conversation as resolved Outdated

reactive no está en uso

reactive no está en uso

Import de reactive eliminado

Commit: 507c979cc2

Import de `reactive` eliminado Commit: https://gitea.verdnatura.es/hyervoni/salix-front-mindshore/commit/507c979cc2d6219a4f2d5e55b21ec6a243b25076
import { useRoute } from 'vue-router';
import { useI18n } from 'vue-i18n';