@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.
- package/dist/index.js +1 -1
- 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, {
|