mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
refactor progress
This commit is contained in:
9
client/src/types/vue.d.ts
vendored
9
client/src/types/vue.d.ts
vendored
@ -1,9 +0,0 @@
|
||||
import { NekoClient } from '~/client'
|
||||
import { accessor } from '~/store'
|
||||
|
||||
declare module 'vue/types/vue' {
|
||||
interface Vue {
|
||||
$accessor: typeof accessor
|
||||
$client: NekoClient
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user