1.0.5 • Published 5 years ago

dialog-move v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

dialog-move

安装插件

npm install dialog-move --save

引入插件

import dialogMove from 'dialog-move'

Vue.use(dialogMove)

说明

属性

参数说明类型默认值例如
dialogShow对话框是否可见booleanfalse-
footerShow底部内容是否课件booleanfalse-
BgStyle遮罩样式Object-{ backgroundColor:'red', fontSize:'32px' }
dialogStyle对话框样式Object-{ backgroundColor:'red', fontSize:'32px' }
headerStyleheader样式Object-{ backgroundColor:'red', fontSize:'32px' }
contentStyle内容样式Object-{ backgroundColor:'red', fontSize:'32px' }
footerStylefooter样式Object-{ backgroundColor:'red', fontSize:'32px' }

slot

slot-name说明类型
headerheader插槽string
titletitle插槽string
closeclose插槽string
contentcontent插槽string
footerfooter插槽string
buttonbutton插槽string

github地址

See github

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago