@zkwq/business 0.1.39 → 0.1.40

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 CHANGED
@@ -1171,7 +1171,7 @@ var of = function() {
1171
1171
  }, "textarea", e.$attrs, !1)), e.showLabel && e.placeholder ? s("div", {
1172
1172
  staticClass: "base-input__placeholder",
1173
1173
  class: {
1174
- "is-active": e.focused || e.value
1174
+ "is-active": e.focused || !(e.value == null || e.value == null || e.value == "")
1175
1175
  }
1176
1176
  }, [e._v(e._s(e.placeholder))]) : e._e(), e.isWordLimitVisible && e.type === "textarea" ? s("span", {
1177
1177
  staticClass: "base-input__count"