mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-04-05 19:41:42 +08:00
13 lines
229 B
TypeScript
13 lines
229 B
TypeScript
import PushBAIDU from '@m/pushBAIDU'
|
|
export interface Options {
|
|
router: any
|
|
siteIdList: string[]
|
|
isDebug: boolean
|
|
}
|
|
export interface Vue {
|
|
prototype: any
|
|
$pushBAIDU: PushBAIDU
|
|
version: number | string
|
|
config: any
|
|
}
|