@v2coding/ui 1.1.14 → 1.1.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.
@@ -7758,7 +7758,8 @@ var script$f = {
7758
7758
  submitting: {
7759
7759
  type: Boolean,
7760
7760
  default: false
7761
- }
7761
+ },
7762
+
7762
7763
  /**
7763
7764
  * listeners:
7764
7765
  * ready 所有表单项都准备好后触发
@@ -7766,7 +7767,10 @@ var script$f = {
7766
7767
  * after-submit 配置 url 后触发submit事件时触发提交数据完成事件
7767
7768
  * validate 任一表单项被校验后触发
7768
7769
  **/
7769
-
7770
+ autocomplete: {
7771
+ type: String,
7772
+ default: 'off'
7773
+ }
7770
7774
  },
7771
7775
 
7772
7776
  data() {
@@ -8104,7 +8108,8 @@ var __vue_render__$f = function () {
8104
8108
  ref: "form",
8105
8109
  attrs: {
8106
8110
  "model": _vm.model,
8107
- "label-width": _vm.labelWidth
8111
+ "label-width": _vm.labelWidth,
8112
+ "autocomplete": _vm.autocomplete
8108
8113
  },
8109
8114
  nativeOn: {
8110
8115
  "submit": function ($event) {
@@ -8125,8 +8130,8 @@ var __vue_staticRenderFns__$f = [];
8125
8130
 
8126
8131
  const __vue_inject_styles__$f = function (inject) {
8127
8132
  if (!inject) return;
8128
- inject("data-v-2b13c885_0", {
8129
- source: ".el-form--inline[data-v-2b13c885] .el-form-item{display:inline-flex}",
8133
+ inject("data-v-2c5e8846_0", {
8134
+ source: ".el-form--inline[data-v-2c5e8846] .el-form-item{display:inline-flex}",
8130
8135
  map: undefined,
8131
8136
  media: undefined
8132
8137
  });
@@ -8134,7 +8139,7 @@ const __vue_inject_styles__$f = function (inject) {
8134
8139
  /* scoped */
8135
8140
 
8136
8141
 
8137
- const __vue_scope_id__$f = "data-v-2b13c885";
8142
+ const __vue_scope_id__$f = "data-v-2c5e8846";
8138
8143
  /* module identifier */
8139
8144
 
8140
8145
  const __vue_module_identifier__$f = undefined;