@vipl520/dk-ui 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/dist/index.js +2 -1
- package/dist/index.min.js +6 -6
- package/dist/index.min.js.map +1 -1
- package/dist/index.min.mjs +5 -5
- package/dist/index.min.mjs.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/web-types.json +1 -1
- package/es/test/src/test.vue2.mjs +2 -1
- package/es/test/src/test.vue2.mjs.map +1 -1
- package/lib/test/src/test.vue2.js +2 -1
- package/lib/test/src/test.vue2.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -759,6 +759,7 @@
|
|
759
759
|
}
|
760
760
|
};
|
761
761
|
|
762
|
+
const _hoisted_1$K = { class: "mr-10px" };
|
762
763
|
const __default__$H = require$$0.defineComponent({
|
763
764
|
name: "DkTest"
|
764
765
|
});
|
@@ -790,7 +791,7 @@
|
|
790
791
|
}),
|
791
792
|
require$$0.createElementVNode(
|
792
793
|
"div",
|
793
|
-
|
794
|
+
_hoisted_1$K,
|
794
795
|
require$$0.toDisplayString(_ctx.test),
|
795
796
|
1
|
796
797
|
/* TEXT */
|