@dimailn/vuetify 2.7.2-alpha7 → 2.7.2-alpha8
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/framework.js +1 -1
- package/es5/mixins/intersectable/index.js +1 -1
- package/es5/mixins/intersectable/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/mixins/intersectable/index.js +1 -1
- package/lib/mixins/intersectable/index.js.map +1 -1
- package/package.json +1 -1
- package/src/mixins/intersectable/index.ts +1 -1
package/dist/vuetify.js
CHANGED
|
@@ -35143,7 +35143,7 @@ function () {
|
|
|
35143
35143
|
|
|
35144
35144
|
Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
|
|
35145
35145
|
Vuetify.installed = false;
|
|
35146
|
-
Vuetify.version = "2.7.2-
|
|
35146
|
+
Vuetify.version = "2.7.2-alpha8";
|
|
35147
35147
|
Vuetify.config = {
|
|
35148
35148
|
silent: false
|
|
35149
35149
|
};
|
|
@@ -40378,7 +40378,7 @@ function intersectable(options) {
|
|
|
40378
40378
|
},
|
|
40379
40379
|
unmounted: function unmounted() {
|
|
40380
40380
|
var vnode = Object(vue__WEBPACK_IMPORTED_MODULE_2__["getCurrentInstance"])().vnode;
|
|
40381
|
-
_directives_intersect__WEBPACK_IMPORTED_MODULE_0__["default"].
|
|
40381
|
+
_directives_intersect__WEBPACK_IMPORTED_MODULE_0__["default"].unmounted(this.$el, {
|
|
40382
40382
|
name: 'intersect',
|
|
40383
40383
|
value: this.onObserve
|
|
40384
40384
|
}, vnode);
|