1.0.2 • Published 6 years ago

vue-ya-metrica v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Yandex.Metrica component for Vue.js

Vue.js v 2.x used

Installation

npm i vue-ya-metrica --save

Usage

import VueYaMetrica from 'vue-ya-metrica'

components: {
    VueYaMetrica
    //....
}

<vue-ya-metrica :counter="123456"
                 enable-hash
                 enable-webvisor></vue-ya-metrica>

The numeric attribute counter is required; enable-hash and enable-webvisor are optional flags.

TODOs

License

MIT