goodteditor-ui 1.0.40 → 1.0.41
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/package.json
CHANGED
|
@@ -280,7 +280,7 @@ export default {
|
|
|
280
280
|
* Input event
|
|
281
281
|
* @property {String} date
|
|
282
282
|
*/
|
|
283
|
-
this.$emit('input',
|
|
283
|
+
this.$emit('input', model);
|
|
284
284
|
/**
|
|
285
285
|
* Change event
|
|
286
286
|
* @property {String|Array} value
|
|
@@ -314,7 +314,7 @@ export default {
|
|
|
314
314
|
* Input event
|
|
315
315
|
* @property {String} date
|
|
316
316
|
*/
|
|
317
|
-
this.$emit('input',
|
|
317
|
+
this.$emit('input', model);
|
|
318
318
|
/**
|
|
319
319
|
* Change event
|
|
320
320
|
* @property {String|Array} value
|