Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaliixxg/gyl-vue-toast
提示信息插件
https://github.com/yaliixxg/gyl-vue-toast
plugins toast vue
Last synced: about 1 month ago
JSON representation
提示信息插件
- Host: GitHub
- URL: https://github.com/yaliixxg/gyl-vue-toast
- Owner: YaliixxG
- Created: 2018-08-02T07:16:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T10:00:51.000Z (about 6 years ago)
- Last Synced: 2024-11-01T23:03:12.656Z (about 2 months ago)
- Topics: plugins, toast, vue
- Language: JavaScript
- Size: 362 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuetoastoast
> plugin
一个简单的提示插件,提供内容和显示位置两个参数#### 安装
npm i vuetoasttoast
#### 参数tips:信息内容
type:提示位置(center,bottom,top;默认参数为bottom)
#### 应用
this.$toast(tips,type)