|
|
|
|
|
by jostylr
1072 days ago
|
|
In particular, scan past the data in that example and you will see things like @keydown.down="if(selectOpen){ selectableItemActiveNext(); } else { selectOpen=true; } event.preventDefault();" which tells you what is happening right there. So if you eliminate the data outside the component, as one should, I think it becomes a very nice readable interface. |
|