Application of vue? on TV

vue technology needs to be applied to TV-side pages. TV-side pages do not have the usual click time, and rely on keyboard events to achieve interaction. Have you ever used vue on TV? react is also fine.
mainly deals with focus shift and event distribution


doesn't vue have a listening keyboard event? For example,

<!--  `keyCode`  13  `vm.submit()` -->
<input v-on:keyup.13="submit">
For more information, please see ide/events.html" rel=" nofollow noreferrer "> document

.

refer to a blog website to mention a library vue-epg


as far as I know, vue is not compatible with browsers below ie8. I have set up a similar mini-library. If you need anything, please contact me

.
Menu