Skip to content

Commit 38cfcbc

Browse files
committed
update docblock
1 parent b083074 commit 38cfcbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vue-numeric.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ export default {
293293
/**
294294
* When readOnly is true, replace the span tag class.
295295
*
296-
* @param {Number} val
297-
* @param {Number} oldVal
296+
* @param {Boolean} val
297+
* @param {Boolean} oldVal
298298
*/
299299
readOnly (val, oldVal) {
300300
if (oldVal === false && val === true) {

0 commit comments

Comments
 (0)