@vuetify/nightly 2.6.5 → 2.6.6-master-20220506.0
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/CHANGELOG.md +3 -8
- package/dist/json/attributes.json +1 -1
- package/dist/json/web-types.json +6 -6
- package/dist/vuetify.css +1 -2
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +2 -2
- package/es5/framework.js +1 -1
- package/lib/framework.js +1 -1
- package/package.json +1 -1
- package/src/components/VSelect/VSelect.sass +1 -1
package/dist/vuetify.js
CHANGED
|
@@ -35007,7 +35007,7 @@ function () {
|
|
|
35007
35007
|
|
|
35008
35008
|
Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
|
|
35009
35009
|
Vuetify.installed = false;
|
|
35010
|
-
Vuetify.version = "2.6.
|
|
35010
|
+
Vuetify.version = "2.6.6-master-20220506.0";
|
|
35011
35011
|
Vuetify.config = {
|
|
35012
35012
|
silent: false
|
|
35013
35013
|
};
|