refactor(frontend): global/router -> router

This commit is contained in:
syuilo 2024-01-30 21:07:34 +09:00
parent eb078d67ab
commit 8aea3603a6
48 changed files with 48 additions and 48 deletions

View file

@ -15,7 +15,7 @@ import * as os from '@/os.js';
import copyToClipboard from '@/scripts/copy-to-clipboard.js';
import { url } from '@/config.js';
import { i18n } from '@/i18n.js';
import { useRouter } from '@/global/router/supplier.js';
import { useRouter } from '@/router/supplier.js';
const props = withDefaults(defineProps<{
to: string;