Nick Medrano
Nick Medrano
If using nuxt3, we still need to install Vue3 in order to get Pinia to successfully install?
@ilyapisany I still seem to get the `argument str must be a string` error. I have added to Nuxt like so: `/plugins/persistedState.js`: ``` import createPersistedState from 'vuex-persistedstate' import * as...
Thank you both for the work on migrating to v9. Even though v9 is still beta, I am loving it. The API is fantastic and everything is much faster. Just...
Hi guys, vuefire is failing on page refresh when using the new fetch() api and NuxtJS: Screenshot of console error: https://i.stack.imgur.com/lISRW.png Here is my stackoverflow question with details: https://stackoverflow.com/questions/63827895/vuefire-and-async-fetch-in-nuxtjs-fails-on-page-refresh Anyone...
Anyone have thoughts on the above question? Updated documentation for Nuxt would be greatly appreciated!
@charles-allen How does your above example work for related comments when a user replies to a comment? Do you nest replied comments under the parent comment? How deep do you...
If you are just using the script on one component/page, why the hassle with the plugin method? Just import the script in the page. Is there a reason for the...
Does anyone know if this works now with Nuxt3?
@dgrubelic Thanks for the info! Will check it out...
@dgrubelic It's possible I have something working....but not quite there yet. Can you explain what this property does? https://github.com/dgrubelic/vue-authenticate/blob/f4aa8cb9a416842557213edaab19a30085b0a0aa/src/options.js#L176 I am unsure what to put there. Thanks.