Input入力ボックス振れ止め

844 ワード


        
        
        
              
              
        
//          
            inputValue(){
                const vm = this;
                //      
                    clearTimeout(vm.timer) //                ,                  ,         setTimeout     ,       ,                        timer
                    vm.timer = setTimeout(function () {
                     //      
                    if(vm.isSearch){
                        vm.isSearch = false;
                    }
                    }, 1000)
            }