Paul G

Results 8 issues of Paul G

Would be nice if we were be able to change images and background Colours for groups as well not only for the buttons. Is there any plans todo something?

enhancement

Can I prevent click on the step somehow? I don't want to allow moving to the next step (unless user let's say filled form)

feature

So this tool was loudly announced and abandoned right?

bug

Awesome idea, but I can't manage how to correctly use it with nuxt, do you have any hints?

in /pages/auth/signin.vue page line: #36: return this.login(firebaseUser.uid) in incorrect, here should be return this.login(firebaseUser.user) nevertheless this example repo saved a lot of time! Thanks!

### Describe the change When using example from [documentation](https://h3.unjs.io/examples/handle-session#options) cookie somehow get wrongly formatted: But if I add `maxAge` to `cookie` object then everything is ok, so not sure if...

documentation

**Describe the bug** After update to 0.3.3 doesn't load components anymore **Screenshots** ![image](https://github.com/ismail9k/vue3-carousel/assets/37245111/953cfc6d-55b6-48e4-8ee1-fef67f8a6ebf)

Can you please clarify why I can't get `loggedIn.value` on SSR is this intended behaviour? here is how my code looks like: ``` const { $auth } = useNuxtApp() const...

bug