@cmeslib/components 0.1.10 → 0.1.12

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.
@@ -1,5 +1,5 @@
1
1
  import { jsxs, jsx } from 'vue/jsx-runtime';
2
- import { defineComponent, ref, createBlock, openBlock } from 'vue';
2
+ import { defineComponent, ref, toDisplayString } from 'vue';
3
3
  import { ElButton } from 'element-plus';
4
4
 
5
5
  var script = /* @__PURE__ */ defineComponent({
@@ -14,7 +14,7 @@ var script = /* @__PURE__ */ defineComponent({
14
14
  ] })
15
15
  ] });
16
16
  return (_ctx, _cache) => {
17
- return openBlock(), createBlock(RenderContent);
17
+ return toDisplayString(RenderContent());
18
18
  };
19
19
  }
20
20
  });
@@ -18,7 +18,7 @@ var script = /* @__PURE__ */ vue.defineComponent({
18
18
  ] })
19
19
  ] });
20
20
  return (_ctx, _cache) => {
21
- return vue.openBlock(), vue.createBlock(RenderContent);
21
+ return vue.toDisplayString(RenderContent());
22
22
  };
23
23
  }
24
24
  });
@@ -0,0 +1 @@
1
+ export * from './demo';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmeslib/components",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",