mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-09 14:40:27 +08:00
style(components): canonical code
This commit is contained in:
2
types/global.d.ts
vendored
2
types/global.d.ts
vendored
@@ -19,6 +19,8 @@ declare global {
|
||||
declare interface Window {
|
||||
// Global vue app instance
|
||||
__APP__: App<Element>;
|
||||
webkitCancelAnimationFrame: (id?: any) => any;
|
||||
webkitRequestAnimationFrame: (id?: any) => any;
|
||||
mozCancelAnimationFrame: (id?: any) => any;
|
||||
oCancelAnimationFrame: (id?: any) => any;
|
||||
msCancelAnimationFrame: (id?: any) => any;
|
||||
|
||||
Reference in New Issue
Block a user