@dimailn/vuetify 2.7.2-alpha4 → 2.7.2-alpha5

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/dist/vuetify.js CHANGED
@@ -17601,7 +17601,7 @@ var hasIntersect = typeof window !== 'undefined' && 'IntersectionObserver' in wi
17601
17601
  var content = _VResponsive__WEBPACK_IMPORTED_MODULE_3__["default"].methods.genContent.call(this);
17602
17602
 
17603
17603
  if (this.naturalWidth) {
17604
- content = Object(vue__WEBPACK_IMPORTED_MODULE_0__["h"])(content.type, Object(vue__WEBPACK_IMPORTED_MODULE_0__["mergeProps"])(content.data, {
17604
+ content = Object(vue__WEBPACK_IMPORTED_MODULE_0__["h"])(content.type, Object(vue__WEBPACK_IMPORTED_MODULE_0__["mergeProps"])(content.props, {
17605
17605
  style: {
17606
17606
  width: this.naturalWidth + "px"
17607
17607
  }
@@ -35131,7 +35131,7 @@ function () {
35131
35131
 
35132
35132
  Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
35133
35133
  Vuetify.installed = false;
35134
- Vuetify.version = "2.7.2-alpha4";
35134
+ Vuetify.version = "2.7.2-alpha5";
35135
35135
  Vuetify.config = {
35136
35136
  silent: false
35137
35137
  };