EasyUI Forum
May 06, 2024, 01:38:14 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Event in switchbutton  (Read 4657 times)
lintang
Newbie
*
Posts: 8


View Profile Email
« on: August 14, 2019, 09:49:39 PM »

what the event of swithbutton?
i want to change switchbutton using other switchbutton
« Last Edit: August 14, 2019, 09:54:59 PM by lintang » Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: August 15, 2019, 12:18:19 AM »

Bind the value to the component and watch it.
Code:
<SwitchButton v-model="value"></SwitchButton>
Code:
watch: {
value(){
console.log(this.value)
}
}
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!