docs: Update all files JSDoc.
This commit is contained in:
@@ -85,6 +85,7 @@ export default {
|
||||
methods: {
|
||||
/**
|
||||
* when input onChange value , isInvalid === false.
|
||||
* @param {event} event input 傳入的事件
|
||||
*/
|
||||
changeHandler(event) {
|
||||
let inputValue = event.target.value;
|
||||
|
||||
Reference in New Issue
Block a user