Mads Hjorth

Results 12 issues of Mads Hjorth

Hi I have just installed this module and testing it out. One thing I am confused about - is this module SSR ready? e.g. using is only rendered client-side.

Hi I am not sure the problem is this module, however Vercel refers to this module in their docs. My problem is, I have enabled Vercel analytics and for a...

Hi! I am a user of TailwindCSS and I have currently setup most of my UI using Tailwindcss. However, some parts of my code seem silly to use Tailwind for...

feature

Hi Anthony. Thanks for an awesome extension. I often need to replace an object e.g. and it would be really nice if I could double click the `.` and then...

Hi I want to end up with a result like this: ![CleanShot 2022-08-23 at 09 08 15](https://user-images.githubusercontent.com/8860723/186093723-094af760-ccab-4a6d-9439-549bb4ab7535.png) Using: ```js anchor: 'end', align: 'top' ``` And then to add the suffix...

Hi I’m using the Ros.on(“error”) and Ros.on(“close”) to set a global State in my vue app whether it’s online or offline. However, when testing (disabling Wi-Fi) it often takes a...

bug

Types does not seems to follow when importing the built version for my Vue project.

bug

### Environment ------------------------------ - Operating System: Linux - Node Version: v16.20.0 - Nuxt Version: 3.6.5 - Nitro Version: 2.5.2 - Package Manager: [email protected] - Builder: vite - User Config: devtools,...

3.x
pending triage

Following the examples from the docs: https://motion.vueuse.org/directive-usage.html#access-a-v-motion-instance ```js Click me import { useMotions } from '@vueuse/motion' // Get custom controls const { custom } = useMotions() const customEvent = ()...

bug

Hi I'm looking to implement Facebook pixel. This requires a reverse proxy. Can this be done with Nitro? If that's the case I was hoping you'd be able to provide...