element/packages/dialog
Leopoldthecoder b7208300a1 add lockScroll in msgbox and dialog 2016-10-02 21:14:43 +08:00
..
src add lockScroll in msgbox and dialog 2016-10-02 21:14:43 +08:00
README.md Initial commit 2016-07-27 14:15:02 +08:00
cooking.conf.js Use cooking@1.0.0-rc.2 2016-09-06 11:51:08 +08:00
index.js Initial commit 2016-07-27 14:15:02 +08:00
package.json add lockScroll in msgbox and dialog 2016-10-02 21:14:43 +08:00

README.md

el-dialog

A el-dialog component for Vue.js.

Demo

http://element-component.github.io/el-dialog

Installation

npm i el-dialog -D

Usage

import Vue from 'vue'
import ElDialog from 'el-dialog'
import 'element-theme-default'

Vue.use(ElDialog)

or

import Vue from 'vue'
import { ElDialog } from 'el-dialog'

Vue.component('el-dialog', ElDialog)

Options

name description type default

Development

make dev

## test
make test

## build
make build

License

MIT