vuetify 2.3.11 → 2.3.12

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.
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "2.3.11",
5
+ "version": "2.3.12",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
package/dist/vuetify.js CHANGED
@@ -27891,7 +27891,7 @@ var dirtyTypes = ['color', 'file', 'time', 'date', 'datetime-local', 'week', 'mo
27891
27891
  var width = !this.singleLine && (this.labelValue || this.isDirty) ? this.labelWidth : 0;
27892
27892
  var span = this.$createElement('span', {
27893
27893
  domProps: {
27894
- innerHTML: ''
27894
+ innerHTML: '​'
27895
27895
  }
27896
27896
  });
27897
27897
  return this.$createElement('legend', {
@@ -33325,7 +33325,7 @@ function () {
33325
33325
 
33326
33326
  Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
33327
33327
  Vuetify.installed = false;
33328
- Vuetify.version = "2.3.11";
33328
+ Vuetify.version = "2.3.12";
33329
33329
  Vuetify.config = {
33330
33330
  silent: false
33331
33331
  };