Most voted "nuxt" questions
8 questions
Sort by count of
-
3
votes1
answer106
viewsVue NUXT.JS, multiplies functions in asyncData
I’m a beginner in Vue with Nuxt, wanted to understand what the problem in this code that only the first function works: async asyncData () { const {data} = await axios.get('/api/skills/view') return…
-
0
votes1
answer160
viewsBring back multiple filtered Django Rest data
Good morning, How do I bring multiple data from Django Rest, for example : instead of appearing the id of the students I want to bring the names... I don’t know if it’s possible but I hope it is...…
-
0
votes1
answer303
viewsHow to use more than 1 dynamic class with vuejs?
Good morning/afternoon / evening I have a doubt, I have a project where I have a dynamic class with ternary operators, I need to add another dynamic class to bring an extra class in this whole joke,…
-
0
votes0
answers58
viewsAssignments and permissions with Nuxtjs and Vuex
Question - Is there a more appropriate approach / to deal with the release of access to page content depending on the profile of a logged-in user using Vuex and Nuxt? What I want to do When logging…
-
0
votes0
answers21
viewsInvalid_grant when updating vuex-oidc nuxtJS token with automaticSilentRenew option using Keycloak
I would like to update the Keycloak access token on nuxtJS login using the vuex-oidc library, but I get the invalid-Grant error when the token expires and the user is dropped. I need the user to…
-
0
votes0
answers65
viewsVercel deploy problem
I have a problem at Vercel’s. I always published projects that use pure javascript, but recently I joined the world of Vue.js and everything was going well, until I migrated to Nuxt.js My Nuxt…
-
-1
votes0
answers4
viewsNuxt PWA with directory errors
After a while without playing around with Nuxtjs today I decided to start a project in it with PWA support, everything installed and the template was created almost as usual, missing only a…
-
-4
votes1
answer172
viewsHow to handle css with Vue
I have a question, I wish to manipulate the css of the element body(more specifically the font-size) using Vue.js only I don’t find a way to do this. What I wish is that when I press the button it…