0
0
Fork 0

refs #7767 remove onMounted

This commit is contained in:
Carlos Satorres 2024-10-14 13:24:12 +02:00
parent b225f6a4c8
commit 8258fbb91e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { useI18n } from 'vue-i18n';
import VnSelect from 'components/common/VnSelect.vue';
import useNotify from 'src/composables/useNotify';
import { useRoute } from 'vue-router';
import { computed, onMounted, ref, watch } from 'vue';
import { computed, ref, watch } from 'vue';
import { toDateFormat } from '../../../filters/date';
const { notify } = useNotify();