vue-dialog-simple
Version:
基于vue开箱即用的全局弹窗组件,小巧灵活易用,包括loading,toast,confirm,alert
26 lines (25 loc) • 607 B
JSON
{
"name": "vue-dialog-simple",
"version": "1.2.0",
"description": "基于vue开箱即用的全局弹窗组件,小巧灵活易用,包括loading,toast,confirm,alert",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tanagang/vue-dialog-simple"
},
"keywords": [
"vue-dialog",
"dialog",
"loading",
"confirm",
"alert"
],
"author": "tanzheng",
"license": "ISC",
"dependencies": {
"vue-dialog-simple": "^1.0.24"
}
}