@dimailn/vuetify 2.7.2-alpha54 → 2.7.2-alpha55

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
@@ -25802,6 +25802,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_14__["default"])(_
25802
25802
  genInput: function genInput() {
25803
25803
  var input = _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_6__["default"].methods.genInput.call(this);
25804
25804
  delete input.props.name;
25805
+ delete input.props.placeholder;
25805
25806
  input.props = Object(_util_mergeData__WEBPACK_IMPORTED_MODULE_11__["default"])(input.props, {
25806
25807
  readonly: true,
25807
25808
  type: 'text',
@@ -37119,7 +37120,7 @@ function () {
37119
37120
 
37120
37121
  Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
37121
37122
  Vuetify.installed = false;
37122
- Vuetify.version = "2.7.2-alpha54";
37123
+ Vuetify.version = "2.7.2-alpha55";
37123
37124
  Vuetify.config = {
37124
37125
  silent: false
37125
37126
  };