Fritz Lin
Fritz Lin
Sorry for the duplication: #9
test
@kazupon hi dalao
> I'm using it on a textarea. vue-at detects the enter key and uses it to select a user. However I also want to detect the enter key in my...
> I can make this work by: > - Switching my code to use keydown (vue-at uses keydown). > - Wrapping the in a div and moving my keydown event...
@dragos-boisteanu would be glad to help :)
> do you know a virtual scroller that works well for vue2 and would fit well with the project ? > any contribution is appreciated ;) but I think a...
I have a PoC here, adding scoped-slot support for the ``: https://github.com/fritx/vue-at/commits/feat/custom-list - [x] plain custom `` - [x] vue-virtual-scroller integrated - [x] vue-virtual-scroll-list integrated
> I have a PoC here, adding scoped-slot support for the `` > > * [x] plain custom `` > * [x] vue-virtual-scroller integrated > * [x] vue-virtual-scroll-list integrated @dragos-boisteanu...
@fannyfan414 Hi, I tried myself and it works for me. ```sh npm install -g @quasar/cli npm init quasar cd quasar-project npm i -S vue-at # (3.x for Vue3) quasar dev...