开源软件名称(OpenSource Name):ElemeFE/vue-toast-mobile开源软件地址(OpenSource Url):https://github.com/ElemeFE/vue-toast-mobile开源编程语言(OpenSource Language):HTML 32.5%开源软件介绍(OpenSource Introduction):Overviewvue-toast-mobile is a mobile toast plugin for vue.js. InstallationFirst, install $ npm install vue-toast-mobile Then use it: // ES6 mudule
import Toast from 'vue-toast-mobile';
// CommonJS
const Toast = require('vue-toast-mobile').default; UsageBasically you can pass a string to Toast('Upload Completed'); Or invoke Toast({
message: 'Upload Completed',
position: 'bottom',
duration: 5000
}); API
LicenseMIT |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论