Craig Riley

Results 42 comments of Craig Riley

I'm hitting this as an issue too. I'm using Quasar as a Vite plugin since I want to package it as an app that can be displayed into a variety...

Have you tried using numbers for your cssMaxWidth and cssMaxHeight values rather than percentages?

Yes. You can use a CDN to include it in your Vue2 app: `` and the plugin is then made available on the `window.vueMq` object.

@dominykasgithub @ThomasBullock I've forked this project for the purpose of supporting Vue 3. This fork is **not** backwards compatible with Vue 2. It's undergone a fair few changes from this...

> https://gist.github.com/AmirHosseinKarimi/801931665a0845ccc25ed486431abf72 You're requiring the entire @mdi/js library here, so any development or production build of the app would have to include the whole package (around 2.3MB).

Your problem is likely caused by the fact that using `useForm` returns an object with lots of extra methods and properties on it besides just your form fields, so when...

Someone else contributed the Typescript file and he's listed as being Ukrainian... so if anyone has a pull request for this, that would be a help.

> Is it possible to see somewhere example configuration for NGINX to properly serve it via both HTTP and HTTPS? Why would you need to serve the NodeJS process via...

So you're creating an entirely separate blade view for the login page? Why? Inertia has persistent page layouts for exactly this reason. Change the layout and put all your stuff...