mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-09 14:40:27 +08:00
feat: ready add SeamlessScroll component
This commit is contained in:
8
types/global.d.ts
vendored
8
types/global.d.ts
vendored
@@ -18,7 +18,13 @@ declare global {
|
||||
}
|
||||
declare interface Window {
|
||||
// Global vue app instance
|
||||
__APP__: App<Element>
|
||||
__APP__: App<Element>,
|
||||
mozCancelAnimationFrame: (id?: any) => any,
|
||||
oCancelAnimationFrame: (id?: any) => any,
|
||||
msCancelAnimationFrame: (id?: any) => any,
|
||||
mozRequestAnimationFrame: (id?: any) => any,
|
||||
oRequestAnimationFrame: (id?: any) => any,
|
||||
msRequestAnimationFrame: (id?: any) => any
|
||||
}
|
||||
|
||||
// vue
|
||||
|
||||
Reference in New Issue
Block a user