We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c68a72 commit d48186bCopy full SHA for d48186b
src/components/AdminNotice/notice.vue
@@ -48,7 +48,7 @@
48
<script setup>
49
import { ref, computed, watch } from 'vue';
50
import { useRouter } from 'vue-router';
51
-import notice from '@/api/notice_axios';
+import notice from '@/api/axios';
52
53
const router = useRouter();
54
0 commit comments