br-dionysus 1.15.0 → 1.15.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/br-dionysus.es.js +256 -260
- package/dist/br-dionysus.umd.js +4 -4
- package/package.json +1 -1
- package/packages/MDialog/docs/demo.vue +1 -1
- package/packages/MDialog/src/MDialog.vue +11 -13
- package/web-types.json +1 -1
package/README.md
CHANGED
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
v-model="dialogVisible4"
|
|
152
152
|
draggable
|
|
153
153
|
title="这是标题"
|
|
154
|
-
|
|
154
|
+
width="1000px"
|
|
155
155
|
>
|
|
156
156
|
<div class="u-box">
|
|
157
157
|
<p>这是测试是数据</p>
|
|
@@ -3140,7 +3140,7 @@ const list = ref<{ name: string, className: string }[]>([
|
|
|
3140
3140
|
v-model="dialogVisible4"
|
|
3141
3141
|
draggable
|
|
3142
3142
|
title="这是标题"
|
|
3143
|
-
|
|
3143
|
+
width="1000px"
|
|
3144
3144
|
>
|
|
3145
3145
|
<div class="u-box">
|
|
3146
3146
|
<p>这是测试是数据</p>
|