@vipl520/dk-ui 1.0.14 → 1.0.15

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -16029,13 +16029,14 @@
16029
16029
  return shadows.value.join(",");
16030
16030
  });
16031
16031
  require$$0.watch(boxShadow, (n, o) => {
16032
- emit("update:modelValue", { boxShadow });
16032
+ emit("update:modelValue", { boxShadow: boxShadow.value });
16033
16033
  });
16034
16034
  require$$0.watch(
16035
16035
  () => props.modelValue,
16036
16036
  () => {
16037
16037
  init();
16038
- }
16038
+ },
16039
+ { deep: true }
16039
16040
  );
16040
16041
  require$$0.onMounted(() => {
16041
16042
  init();
@@ -30949,7 +30950,7 @@
30949
30950
  }, { ...props }, {
30950
30951
  "remote-method": remoteMethod,
30951
30952
  remote: "",
30952
- placeholder: "c\u6D4B\u8BD5",
30953
+ placeholder: "\u8BF7\u9009\u62E9",
30953
30954
  options: internalOptions.value,
30954
30955
  style: { "width": "100%" },
30955
30956
  onChange: handleChange,