bge-ui 1.5.4 → 1.5.5
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/dist/index.js +3 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/checkbox/index.vue +1 -1
- package/src/dialog/index.vue +1 -1
package/dist/index.js
CHANGED
|
@@ -8820,7 +8820,9 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
8820
8820
|
ref_key: "DialogBody",
|
|
8821
8821
|
ref: DialogBody
|
|
8822
8822
|
}, [
|
|
8823
|
-
|
|
8823
|
+
createElementVNode("div", null, [
|
|
8824
|
+
renderSlot(_ctx.$slots, "default")
|
|
8825
|
+
])
|
|
8824
8826
|
], 2)
|
|
8825
8827
|
])
|
|
8826
8828
|
], 4)
|
package/dist/style.css
CHANGED
package/package.json
CHANGED
package/src/checkbox/index.vue
CHANGED