Alexey Istomin
Alexey Istomin
> Hello, > > I would need the component to manage focus and blur events, I think that the modification I made do the job. > > Have a good...
> Hi. Is it possible to use vue-virtual-scroller with jsx? Main question is how to have access to `item` and its attributes. > > My code looks like this one...
I decided to refuse such a notation of functional components, since I could not find an elegant solution. I Did everything through `Vue.extend()`. Now my component looks like this: ```js...