vue-model-box
v1.0.3
Published
A mobile model box component for vue.js
Downloads
6
Readme
Overview
vue-model-box is a mobile model box plugin for vue.js.
Installation
First, install vue-model-box from npm:
$ npm install vue-model-boxThen use it:
// ES6 mudule
import ModelBox from 'vue-model-box/src/modelBox';
API
| Option | Description | Value | Default | |-------------------|-----------------------|---------------------------|---------| | title | model-box title | String | '提示' | | message | message show | String | | | buttonText | botton text | String | '确定' | | @modelBoxClicked | clicked botton event | | |
License
MIT
