fix: refs #4774 translations conflicts
This commit is contained in:
parent
b1faf14f18
commit
dc93ec8fb5
|
@ -1,6 +1,6 @@
|
|||
<script setup>
|
||||
import axios from 'axios';
|
||||
import { computed, ref, nextTick, ref, useAttrs, watch } from 'vue';
|
||||
import { computed, nextTick, ref, useAttrs, watch } from 'vue';
|
||||
import { useRouter, onBeforeRouteLeave } from 'vue-router';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
import { useQuasar } from 'quasar';
|
||||
|
|
Loading…
Reference in New Issue