1.0.2 • Published 6 years ago

vue-toast-plugin-yxwei v1.0.2

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

vue-toast-plugin

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

安装组件 npm update vue-toast-plugin-yxwei --save

安装完以后,在项目中引用

在入口文件中引入

import Toast from 'vue-toast-plugin-yxwei'

Vue.use(Toast);

在需要用到的组件中用 toast 并传如需要的参数就ok啦

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago