Displayray
Build fail
So I did some changes in my code (added elements, json data, css and nuxt icons) and somehow my app wont build anymore. Also I dont get why.
Someone understands this or can read where the error is?
Heres the errors I get:
(attached)
5 replies
Page Transition
I set my page transition like it is shown in the docs:
I want to use that for all of my pages and it should work since im not using any layouts.
My /pages looks like that
[1]/pages/search/...
[2]/pages/user/...
When i switch a page in these folders everything works fine.
Also when i go from / to [1]
When i try to switch from [1] or from / to [2] the fadeout works but it pops directly in without a transition.
Then when i want to navigato out of [2] to any other pages which isnt in [2], it simply doesnt show up. My screen just goes black.
No special settings are done, im sure nothing affects the transition
2 replies
Can't use module in .vue file
So i've installed
npm i @nuxtjs/supabase
and added it into the nuxt config. I know its working since the project url error is showing / solving when I add the url to my project. But i can't use this model in my .vue files. I try to use the useSupabaseClient but in my project it says undefined
In vscode it doesn't show up in emmet abriviation and if I hover over it, it says any
21 replies