1
0
mirror of https://github.com/analyticsjs/vue-baidu-analytics.git synced 2025-04-06 03:58:00 +08:00
2021-06-15 17:27:17 +08:00

8 lines
174 B
TypeScript

import type { Vue } from '@/types'
/**
* 获取Vue的版本
* @return 2=Vue2.x, 3=Vue3.x
*/
declare const getVueVersion: (Vue: Vue) => number
export default getVueVersion