- Service Worker
- Indexdb
This commit is contained in:
8
src/typings/libs/globalroutines.d.ts
vendored
Normal file
8
src/typings/libs/globalroutines.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { globalroutines } from '../../globalroutines'
|
||||
|
||||
declare module 'vue/types/vue' {
|
||||
interface Vue {
|
||||
$globalroutines: globalroutines
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user