网页特效栏目收集了最全最新的前端网页插件,包括最流行的jQuery,Bootstrap,Js,Css,Vue等主流特效插件。
一个简单,快速,可堆叠的Vue.js动画模式/对话框组件。
1.导入并注册组件。
import VEasyDialog from 'v-easy-dialog'
export default {
components: {
VEasyDialog
}
}
2. 创建一个基本的模态对话框。
<v-easy-dialog v-model="simpleDialog">
Dialog Content Here
</v-easy-dialog>
3.组件默认配置项。
value: { type: Boolean, default: false },
width: { type: String, default: '600px' },
growContent: { type: Boolean, default: true },
maxHeight: { type: String, default: '90%' },
fullscreen: { type: Boolean, default: false },
backgroundBtnTag: { type: String, default: 'button' },
persistent: { type: Boolean, default: false },
backdropClass: { type: undefined },
backdropStyle: { type: undefined },
focusOn: { type: String, default: undefined }
转载请注明来源:Vue(VEasyDialog)对话框/模态组件
本文永久链接地址:https://www.moyouyouw.cn/code/1110.html
郑重声明:本站所有主题/文章除标明原创外,均来自网络转载,版权归原作者所有,如果有侵犯到您的权益,请联系本站删除,谢谢!我们不承担任何技术及版权问题,且不对任何资源负法律责任。
已有 位小伙伴发表了看法
欢迎 你 发表评论