Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 578 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 578 Bytes

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