@tb-dev/vue 0.3.7 → 0.3.8

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1995,7 +1995,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
1995
1995
  min: _ctx.min,
1996
1996
  max: _ctx.max,
1997
1997
  disabled: _ctx.disabled,
1998
- class: normalizeClass(props.class)
1998
+ class: normalizeClass(unref(cn)("w-full", props.class))
1999
1999
  }, {
2000
2000
  default: withCtx(() => [
2001
2001
  createVNode(unref(_sfc_main$1l), null, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/vue",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "Vue utilities",
5
5
  "license": "MIT",
6
6
  "type": "module",