1.9.7 • Published 3 years ago

vuepress-plugin-cnzz-analytics v1.9.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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 />
1.9.7

3 years ago

1.9.6

3 years ago

1.9.5

3 years ago

1.9.3

3 years ago

1.9.2

3 years ago

1.9.1

3 years ago

1.9.0

3 years ago

1.8.9

3 years ago

1.8.8

3 years ago

1.8.7

3 years ago

1.8.6

3 years ago

1.8.5

3 years ago

1.8.3

3 years ago

1.8.2

3 years ago

1.8.1

3 years ago