I have a parent component: <template> <ChildComponent :styles="styles" /> </template> <script> export default { data: () =>
For example, in my /layouts/sidebar.vue I have the following code: <template> <div class="mainContainer"> <nuxt :date-sidebar="'This is
I removed the hashbang in the link with history mode in my router file. Now when I refresh a page I got the 404 error. I tried to follow this link then, I add
I have a simple landing page using Vue3 Vite (SSG) without Vuex. I need to pass a screenWidth value being watched in App.vue to a bunch of child components so t
Is there any way I can access a JS API exposed by a Nuxt module from within a client-side plugin? Context: I'm using Buefy/Bulma, which is loaded like this in n
I have 2 issues where i pull data from an api and use it. However, the page loads before the api request has completed. My first problem is in the router. I hav
I am using vue.js and vuetify. I want to add an icon but it is not working as expected (not rendered). How can I fix this? Please refer to the following code: m
I need to generate html code in a customRender function of one column. I cannot use scopedSlots as suggested here, since the html code is part of e generic comp
I have this class for CORS on my API: import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annota
I've been getting this bizarre error out of the blue when I run npm run build (built the program many times before). C:\Users\PomoJota\node_modules\neo-async\as
The problem: I am required to use Vue and MirageJS in a TypeScript web app, and in that web app, I get TS compile errors. The code: import { Server, Model } fro
Why do I get this error: Error [vuex] Do not mutate vuex store state outside mutation handlers. What does it mean? It happens when I try to type in the edit i
I have a Vue 2 project, and I've written a simple function for translating months in dates, which I would like to import in one of my components, but I'm gettin
Env I have a Vue 3 Application which requires a constant setInterval() to be running in the background (Game Loop). I put that in store/index.js and call it fro
everything was installed correctly. but whenever I try to create project, it says "'vue' is not recognized as an internal or external command". I installed and
I have a scanned pdf which consists of combined answer scripts of students for given exam. In the last page of every student's answer script, they will be a qrc
I am trying to use nuxt for my app, but when I run "yarn audit", there are some audit issues which are dependencies of nuxt. Do I have to fix these audit issues
I want to load a component from a dynamic variable name in my vue.js application. I have the following component registered: <template id="goal"> <
Project setup: Vuejs 3 Webpack 4 Babel TS We created the project using vue-cli and add the dependency to the library. We then imported a project (Vue Currency
I was trying like add as following.. css: [ '@/assets/front_end/fontawesome-free-5.15.3-web/css/fontawesome.css' ], But it showing as image like