0.5.0 • Published 5 years ago

plugin-button v0.5.0

Weekly downloads
20
License
-
Repository
-
Last release
5 years ago

plugin-button

Animation

Este pacote precisa do VUEX instalando no seu projeto para poder funcionar.

Para instalar

npm i plugin-button

yarn add plugin-button

Para usar

import Vue from 'vue'
import store from './store.js';

import SimpleButton from 'plugin-button';
Vue.use(SimpleButton, { store })


new Vue({
  store,
  render: h => h(App),
}).$mount('#app')
0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago