0👍
Because you are using the for attribute in the label tag.
you can just remove it if you don’t need this behavior
- [Vuejs]-How to test vue component method with ajax request in Mocha?
- [Vuejs]-Vue 1.0.4 js gives error on class binding: Uncaught TypeError: Cannot read property 'get' of undefined
-2👍
Use span tag instead of div . The div has block property so it’s take block area .
Source:stackexchange.com