1.0.3 • Published 8 years ago
vue-model-box v1.0.3
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