基于 Vue2.x 的简洁易用多形态的弹出窗口 v-dialogs
- 授权协议: MIT
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://terryz.gitee.io/vue/#/
- 软件文档: https://terryz.gitee.io/vue/#/
软件介绍
v-dialogs for Vue2.x
基于 Vue2.x 的简洁易用多形态的弹出窗口,其包含了 模态窗口(Modal)、消息对话框(Alert)、遮罩(Mask)、边角提示框(Toast)等功能
使用入门、文档、实例
更多文档和实例请访问:
插件安装
npm i v-dialogs --save
在你的 main.js 文件中引入插件
import Vue from 'vue' import vDialog from 'v-dialogs'; ... Vue.use(vDialog);
插件预览
Modal(模态窗口)
Alert(消息通知窗口)
Mask(全屏遮罩)
Toast(边角通知窗口)
Learning PHP, MySQL, and JavaScript
Robin Nixon / O'Reilly Media / 2009-7-21 / USD 39.99
Learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript - whether or not you know how to program. This simple, streamlined guide explains how the powerful combination of P......一起来看看 《Learning PHP, MySQL, and JavaScript》 这本书的介绍吧!
