Jeecg-Boot 2.1.4 版本发布 (版本问题修复)

This commit is contained in:
zhangdaiscott
2020-02-25 17:14:10 +08:00
parent e2d4bb29db
commit 2b3e157d88
2 changed files with 2 additions and 4 deletions

View File

@ -180,7 +180,6 @@
<a-button style="margin-right: 8px;" @click="()=>modal.visible=true">点击弹出JModal</a-button>
<span style="margin-right: 8px;">全屏化:<a-switch v-model="modal.fullscreen"/></span>
<span style="margin-right: 8px;">允许切换全屏:<a-switch v-model="modal.switchFullscreen"/></span>
<span>锁定Body滚动<a-switch v-model="modal.lockScroll"/></span>
</a-form-item>
@ -188,7 +187,6 @@
:visible.sync="modal.visible"
:width="1200"
:title="modal.title"
:lockScroll="modal.lockScroll"
:fullscreen.sync="modal.fullscreen"
:switchFullscreen="modal.switchFullscreen"
>
@ -390,7 +388,6 @@ sayHi('hello, world!')`
modal: {
title: '这里是标题',
visible: false,
lockScroll: true,
fullscreen: true,
switchFullscreen: true,
},