refactor(frontend): router.ts解きほぐし (#12907)
* refactor(frontend): router.ts解きほぐし * add debug hmr option * fix comment * fix not working * add comment * fix name * Update definition.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
		| @@ -45,7 +45,7 @@ import MkTextarea from '@/components/MkTextarea.vue'; | ||||
| import MkCodeEditor from '@/components/MkCodeEditor.vue'; | ||||
| import MkInput from '@/components/MkInput.vue'; | ||||
| import MkSelect from '@/components/MkSelect.vue'; | ||||
| import { useRouter } from '@/router.js'; | ||||
| import { useRouter } from '@/global/router/supplier.js'; | ||||
|  | ||||
| const PRESET_DEFAULT = `/// @ 0.16.0 | ||||
|  | ||||
|   | ||||
| @@ -42,9 +42,9 @@ import { computed, ref } from 'vue'; | ||||
| import MkFlashPreview from '@/components/MkFlashPreview.vue'; | ||||
| import MkPagination from '@/components/MkPagination.vue'; | ||||
| import MkButton from '@/components/MkButton.vue'; | ||||
| import { useRouter } from '@/router.js'; | ||||
| import { i18n } from '@/i18n.js'; | ||||
| import { definePageMetadata } from '@/scripts/page-metadata.js'; | ||||
| import { useRouter } from '@/global/router/supplier.js'; | ||||
|  | ||||
| const router = useRouter(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 おさむのひと
					おさむのひと