namespace-github

Results 4 comments of namespace-github

Is there an update here? This is a frequently requested feature and would fit in well with the "Quasar style" if there was a smooth open and close animation. Maybe...

@rstoenescu Will Quasar support yarn 2 with webpack in the future? We rely on webpack and cannot switch to vite for various reasons.

Hello @chrisrzhou, hello all, here is my **solution**, which from my point of view is a gap in the documentation. In my case when using the new component tests, which...

Hello folks, here is my solution for moving the qTabs left/right using the mouse wheel or dragging the content area: ```html ``` ```javascript data() { return { initialScrollLeft: 0, };...