- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://gitee.com/mini-firework/vue-bulma-dialog
- 软件文档: https://gitee.com/mini-firework/vue-bulma-dialog
软件介绍
vue-bulma-dialog 是基于 Vue2、bulma0.5.3 实现的弹层组件。接口借鉴了 layer 的使用方式,调用比较简单,配置灵活。
当前版本: v1.0.0
主要功能包括:
1、自定义弹层宽度、自定义标题、自定义按钮文字
2、自定义内容,可是是HTML,也可以是Vue组件
使用方法:
1、引入组件
$ npm install vue-bulma-dialog -save
2、在项目引入,并使用
import Dialog from 'vue-bulma-dialog';
this.$Dialog.alert('Hello World!');项目截图:
Data Structures and Algorithms in Python
Michael T. Goodrich、Roberto Tamassia、Michael H. Goldwasser / John Wiley & Sons / 2013-7-5 / GBP 121.23
Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct......一起来看看 《Data Structures and Algorithms in Python》 这本书的介绍吧!
