1.0.7 • Published 3 years ago

vue2toast2my v1.0.7

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

usage

npm i vue2toast2my

// main.js
import vue2toast2my from 'vue2toast2my';
Vue.use(vue2toast2my)

// App.vue

mounted(){
  // this.$toast.show('asdfasd');
  this.$toast.show('提示文本',{
                        duration:2000,
                        color:'blue',
                        background:'#eee'
                    })
}

NPM VUE PLUGIN

node 10.15.3 if npm run build fail, please check node version. or delete node_modules directory and npm install again

npm upload

npm run build // build the dist plugin

npm login

npm version patch

npm publish

if fail , change package name will success.

source code 源码

https://gitee.com/618859/vue_npm_plugin

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago