uii-dialog
v1.0.4
Published
A Vue.js component dialog
Downloads
2
Readme
vue-dialog
A Vue.js project
使用
<ui-dialog
title='ui-dialog'
:showFlag='switch'>
<div>
内容区域
</div>
<span slot='footer'>
<Button>取消</Button>
<Button>完成</Button>
</span>
</ui-dialog>
For detailed explanation on how things work, consult the docs for vue-loader.