Hamed Baatour

Results 7 comments of Hamed Baatour

that is possible. actually, there are two possible workarounds that could work. Still... adding an alias option would make the syntax clear and much more consistent with `unplugin-icons` as opposed...

anyone having issues installing `@vueuse/motion` with **Nuxt 3** try the following 1. create a `.npmrc` in the root of your project 2. add the following to it: ``` auto-install-peers=true legacy-peer-deps=true...

this issue should be labeled as a "bug", not a "question". basically this bug makes draggable.js unusable on touch screens. As soon as the user starts a drag operation the...

Since this PR was first proposed, several new components have been added to PrimeVue. It's crucial to ensure thorough coverage by updating the resolver again to include: InputOtp Stepper FloatLabel...

@antfu , I'd greatly appreciate it if you could merge this resolver update. I understand that the frequency of updates across all these components lists can be quite overwhelming, and...

the problem is `this._uid` is `undefined` in Vue 3 unlike in Vue 2 which works perfectly. so when using the `dragHandle` prop this line is causing the issue `dragHandle.setAttribute('data-drag-handle', this._uid);`...

Avoid using dynamic imports `import('path/myscript.js')` in your content script to import scripts, as this can lead to incorrect import paths in production environments. Instead, send a message to your service...