@tb-dev/vue-components 2.2.2 → 2.2.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2211,6 +2211,7 @@ const _sfc_main$2d = /* @__PURE__ */ defineComponent({
2211
2211
  ]),
2212
2212
  _: 3
2213
2213
  }, 8, ["class"])) : createCommentVNode("", true),
2214
+ renderSlot(_ctx.$slots, "default"),
2214
2215
  _ctx.$slots.footer ? (openBlock(), createBlock(unref(_sfc_main$2h), {
2215
2216
  key: 1,
2216
2217
  class: normalizeClass(_ctx.footerClass)
@@ -2219,8 +2220,7 @@ const _sfc_main$2d = /* @__PURE__ */ defineComponent({
2219
2220
  renderSlot(_ctx.$slots, "footer")
2220
2221
  ]),
2221
2222
  _: 3
2222
- }, 8, ["class"])) : createCommentVNode("", true),
2223
- renderSlot(_ctx.$slots, "default")
2223
+ }, 8, ["class"])) : createCommentVNode("", true)
2224
2224
  ]),
2225
2225
  _: 3
2226
2226
  }, 8, ["class"])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/vue-components",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "Vue components",
5
5
  "license": "MIT",
6
6
  "type": "module",