This commit is contained in:
2024-06-13 19:41:57 +08:00
parent b8df6f3403
commit b6f56fe5d8
31 changed files with 691 additions and 273 deletions

View File

@@ -1,12 +1,3 @@
<!--
- MineAdmin is committed to providing solutions for quickly building web applications
- Please view the LICENSE file that was distributed with this source code,
- For the full copyright and license information.
- Thank you very much for using MineAdmin.
-
- @Author X.Mo<root@imoi.cn>
- @Link https://gitee.com/xmo/mineadmin-vue
-->
<template>
<component
:is="componentName"
@@ -16,6 +7,7 @@
ok-text="保存"
cancel-text="关闭"
draggable
:mask-closable="options.formOption.mask"
:width="options.formOption.width"
:fullscreen="options.formOption.isFull || false"
unmount-on-close