@blueking/bk-user-selector 0.0.14 → 0.0.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueking/bk-user-selector",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "蓝鲸用户选择器",
5
5
  "license": "MIT",
6
6
  "author": "Tencent BlueKing",
@@ -17771,7 +17771,6 @@ const vue2 = {
17771
17771
  userSelectorInstance = this;
17772
17772
  return h$1(BkUserSelector, {
17773
17773
  ...props2,
17774
- modelValue: this.modelValue || props2.modelValue,
17775
17774
  "onUpdate:modelValue"() {
17776
17775
  emit("update:modelValue", ...arguments);
17777
17776
  emit("change", ...arguments);
@@ -23834,7 +23834,6 @@ ${$(r2)}`), n2;
23834
23834
  userSelectorInstance = this;
23835
23835
  return h$1(BkUserSelector, {
23836
23836
  ...props2,
23837
- modelValue: this.modelValue || props2.modelValue,
23838
23837
  "onUpdate:modelValue"() {
23839
23838
  emit2("update:modelValue", ...arguments);
23840
23839
  emit2("change", ...arguments);
@@ -17793,7 +17793,6 @@ ${$(r2)}`), n2;
17793
17793
  userSelectorInstance = this;
17794
17794
  return __WEBPACK_EXTERNAL_MODULE_vue__.h(BkUserSelector, {
17795
17795
  ...props2,
17796
- modelValue: this.modelValue || props2.modelValue,
17797
17796
  "onUpdate:modelValue"() {
17798
17797
  emit("update:modelValue", ...arguments);
17799
17798
  emit("change", ...arguments);