@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 +2 -2
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VImg/VImg.js +1 -1
- package/es5/components/VImg/VImg.js.map +1 -1
- package/es5/framework.js +1 -1
- package/lib/components/VImg/VImg.js +1 -1
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/framework.js +1 -1
- package/package.json +1 -1
- package/src/components/VImg/VImg.ts +1 -1
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.
|
|
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-
|
|
35134
|
+
Vuetify.version = "2.7.2-alpha5";
|
|
35135
35135
|
Vuetify.config = {
|
|
35136
35136
|
silent: false
|
|
35137
35137
|
};
|