forked from verdnatura/salix-front
refs #7767 remove onMounted
This commit is contained in:
parent
b225f6a4c8
commit
8258fbb91e
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue