vue-multi-watch

1.0.1 • Public • Published

Vue Multi Watch

Installation

npm install vue-multi-watch --save

Useage

const Vue=require('vue');
const MultiWatch=require('vue-multi-watch');
Vue.use(MultiWatch);
new Vue({
    ...
    data:{
        a:1,
        b:2
    },
    multiWatch:{
        'a,b':function(){
            ...
        }
    }
    ...
});

Readme

Keywords

Package Sidebar

Install

npm i vue-multi-watch

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • dududmw