基于 vue2 的弹层组件 vue-bulma-dialog

码农软件 · 软件分类 · Vue 组件 · 2019-03-20 09:28:49

软件介绍

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!');

项目截图:

本文地址:https://codercto.com/soft/d/1745.html

Data Structures and Algorithms in Python

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》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

SHA 加密
SHA 加密

SHA 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具