@kokoccc/vuetify 1.0.4 → 1.0.5

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
@@ -20334,7 +20334,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_10__["default"])(_
20334
20334
  nodeData.class = this.classes;
20335
20335
  }
20336
20336
 
20337
- var node = typeof tag === 'string' ? Object(vue__WEBPACK_IMPORTED_MODULE_0__["h"])(tag, nodeData, children) : Object(vue__WEBPACK_IMPORTED_MODULE_0__["h"])(tag, nodeData, function () {
20337
+ var node = typeof tag === 'string' ? Object(vue__WEBPACK_IMPORTED_MODULE_0__["h"])(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["getTagValue"])(tag), nodeData, children) : Object(vue__WEBPACK_IMPORTED_MODULE_0__["h"])(tag, nodeData, function () {
20338
20338
  return children;
20339
20339
  });
20340
20340
  return Object(vue__WEBPACK_IMPORTED_MODULE_0__["withDirectives"])(node, directives);
@@ -36961,7 +36961,7 @@ function () {
36961
36961
 
36962
36962
  Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
36963
36963
  Vuetify.installed = false;
36964
- Vuetify.version = "1.0.2";
36964
+ Vuetify.version = "1.0.5";
36965
36965
  Vuetify.config = {
36966
36966
  silent: false
36967
36967
  };