使用VUE重构项目
This commit is contained in:
7
frontend/admin/node_modules/element-plus/lib/utils/browser.d.ts
generated
vendored
Normal file
7
frontend/admin/node_modules/element-plus/lib/utils/browser.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { isClient, isIOS } from "@vueuse/core";
|
||||
|
||||
//#region ../../packages/utils/browser.d.ts
|
||||
declare const isFirefox: () => boolean;
|
||||
declare const isAndroid: () => boolean;
|
||||
//#endregion
|
||||
export { isAndroid, isClient, isFirefox, isIOS };
|
||||
Reference in New Issue
Block a user