@elmethis/core 0.5.2 → 0.5.3

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.
@@ -10,7 +10,7 @@
10
10
  console.error("vite-plugin-css-injected-by-js", e);
11
11
  }
12
12
  })();
13
- import { defineComponent, defineAsyncComponent, createBlock, openBlock, resolveDynamicComponent, withCtx, unref, h } from "vue";
13
+ import { defineComponent, defineAsyncComponent, createBlock, openBlock, resolveDynamicComponent, unref, h } from "vue";
14
14
  import { marked as d } from "../../node_modules/.pnpm/marked@16.2.0/node_modules/marked/lib/marked.esm.mjs";
15
15
  import "@mdi/js";
16
16
  import "polished";
@@ -288,12 +288,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
288
288
  };
289
289
  const renderResult = render({ markdown: props.markdown });
290
290
  return (_ctx, _cache) => {
291
- return openBlock(), createBlock(resolveDynamicComponent(), null, {
292
- default: withCtx(() => [
293
- (openBlock(), createBlock(resolveDynamicComponent(() => unref(renderResult))))
294
- ]),
295
- _: 1
296
- });
291
+ return openBlock(), createBlock(resolveDynamicComponent(() => unref(renderResult)));
297
292
  };
298
293
  }
299
294
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elmethis/core",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },