vuepress-plugin-cnzz-analytics
v1.9.7
Published
cnzz-analytics plugin for vuepress
Downloads
5
Maintainers
Readme
vuepress-plugin-cnzz-analytics
配置
module.exports = {
plugins: [
[
'vuepress-plugin-cnzz-analytics',
{
id: '' // 00000000, // 站长统计的ID
isDebug: false, // 打印上报router信息,判断插件正常使用
type: ''
// pic1 图标1
// pic2 图标2
// pic3 图标3
// line 站长统计
// line1 竖向排列 站长统计 PV ...
// line2 站长统计 在线人数
// line3 横向排列 站长统计 PV ...
}
]
]
}
使用
// vue组件,引用组件展示站长统计 PV ...,默认不展示
<cnzz-analytics />