element-ui-root 2.1.8 → 2.1.9

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.
@@ -135220,7 +135220,15 @@ const Aempty = a => Promise.resolve(/* AMD require */).then(function() { var __W
135220
135220
  "content": label,
135221
135221
  "placement": "top"
135222
135222
  }
135223
- }, [h("span", [label])]) : h("span", [label])])]);
135223
+ }, [h("span", {
135224
+ "attrs": {
135225
+ "title": label
135226
+ }
135227
+ }, [label])]) : h("span", {
135228
+ "attrs": {
135229
+ "title": label
135230
+ }
135231
+ }, [label])])]);
135224
135232
  }
135225
135233
  });
135226
135234
  },
package/dist/index.umd.js CHANGED
@@ -135229,7 +135229,15 @@ const Aempty = a => Promise.resolve(/* AMD require */).then(function() { var __W
135229
135229
  "content": label,
135230
135230
  "placement": "top"
135231
135231
  }
135232
- }, [h("span", [label])]) : h("span", [label])])]);
135232
+ }, [h("span", {
135233
+ "attrs": {
135234
+ "title": label
135235
+ }
135236
+ }, [label])]) : h("span", {
135237
+ "attrs": {
135238
+ "title": label
135239
+ }
135240
+ }, [label])])]);
135233
135241
  }
135234
135242
  });
135235
135243
  },