Annick Walkenhorst
Annick Walkenhorst
Same on Mac (MacBook Pro (13-inch, M1, 2020), macOS Monterey) ``` awacode@awacode-MBP13 nuxt3-bivignano % npm install pinia @pinia/nuxt npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR!...
I have the same issue as soon as i try to use an async custom validator!
As this bug report is from August last year, is there any news on this? What i figured out so far is that i get the infinite loop as soon...
@dobromir-hristov for me it happens permanently as soon as i use vuex within the async validator. When i do not use any vuex within the validator there is no infinite...
My windicss config: ``` import { defineConfig } from 'windicss/helpers'; export default defineConfig({ theme: { colors: { brandDark: '#F3B06D', brandLight: '#F6F0E1', highlight: '#6DD9F3', font: '#293133', stars: '#F2BF17', white: '#FFFFFF', black:...
maybe you can ensure for the ordering in the head that files with preloading come first?
Any feedback on this? @antfu
@harlan-zw first... thank you!!! i think i need both, server side and client side support. When i check what's delivered by the server it's looking good, but than on client...
I am experiencing the same problem, but not with mocked router. I experience it with real router. When i follow these instructions: https://test-utils.vuejs.org/guide/advanced/vue-router.html#using-a-real-router-with-composition-api for me ``` const route = useRoute();...