yc-design-vue 1.0.4 → 1.0.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/es/Empty/index.vue.js +1 -1
- package/es/Empty/index.vue2.js +6 -2
- package/es/Empty/type.d.ts +1 -0
- package/es/style.css +1 -1
- package/lib/Empty/index.vue.js +1 -1
- package/lib/Empty/index.vue2.js +1 -1
- package/lib/Empty/type.d.ts +1 -0
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/es/Empty/index.vue.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
2
2
|
/* empty css */
|
3
3
|
import _export_sfc from "../_virtual/_plugin-vue_export-helper.js";
|
4
|
-
const _Empty = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const _Empty = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7bbc6ff2"]]);
|
5
5
|
export {
|
6
6
|
_Empty as default
|
7
7
|
};
|
package/es/Empty/index.vue2.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, createElementVNode, createCommentVNode, renderSlot, createVNode, unref, toDisplayString } from "vue";
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createElementVNode, createCommentVNode, renderSlot, createVNode, unref, createTextVNode, toDisplayString } from "vue";
|
2
2
|
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
3
3
|
import "../_shared/utils/dom.js";
|
4
4
|
import "../_shared/utils/time.js";
|
@@ -34,7 +34,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
34
34
|
createVNode(unref(_sfc_main$1))
|
35
35
|
], true)
|
36
36
|
]),
|
37
|
-
_ctx.description ? (openBlock(), createElementBlock("div", _hoisted_4,
|
37
|
+
_ctx.description ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
38
|
+
renderSlot(_ctx.$slots, "default", {}, () => [
|
39
|
+
createTextVNode(toDisplayString(_ctx.description), 1)
|
40
|
+
], true)
|
41
|
+
])) : createCommentVNode("", true)
|
38
42
|
]);
|
39
43
|
};
|
40
44
|
}
|