修改前端导入规范.

This commit is contained in:
lijiahang
2023-10-25 10:26:14 +08:00
parent eb2c8eb719
commit d3825ab5b2
125 changed files with 277 additions and 231 deletions

View File

@@ -1,5 +1,5 @@
import type { Ref } from 'vue';
import { Md5 } from 'ts-md5';
import { Ref } from 'vue';
type TargetContext = '_self' | '_parent' | '_blank' | '_top';

View File

@@ -1,5 +1,6 @@
import mitt, { Handler } from 'mitt';
import type { RouteLocationNormalized } from 'vue-router';
import type { Handler } from 'mitt';
import mitt from 'mitt';
const emitter = mitt();