I can't refresh page or open new tab of secure page after refresh or new tab will redirect me to login again Version Nuxt.js v2.9.1 @nuxtjs/module: 4.8.4 s
I try to add autocomplete in vue js. But it not working correctly. Selected value 'one' show in v-select label when page loaded, but itemsList doesnt show in dr
Is it possible to turn that into <script setup> ? I try many ways but missing something maybe. Need help ! <script> import ProductsAPI from '../
I'm using a Vue Filepond and would like to make it fill the height of its container. I'm also using Vuetify. If I try setting the values in the CSS it gets over
I would like to specify a global sub-directory that precedes all routing, for both client and API endpoints. So: https://my-site.com/dir/api/* (for all API rout
In my vuex store I use the vuex-persist plugin which works great, in all modern browsers. It doesn't work in IE11 and I would like to be able to switch off the
I have created a simple reusable modal component using Vue.js and it works fine, but I want to make so that when I click on the backdrop the modal closes, how c
Since Vue.js is comes already installed in Laravel, I'm not sure how to set it to production mode. When I launch my website I get the message in console: Y
Is there a way to stop getting error from ESLint for single word view name in Vue3? Every time I run ESLint, I get following message: 1:1 error Component na
A vue file in my project has become too big. I wanted to seperate its script section into a js file. In js file, I export the Vue object; export default new Vu
how would I add a default value to this template. the default value would be the first option in the list which is 'Please Select...' <template #dropDownSe
I'm currently using the library ApexChart and more particulary Vue apex chart combined with nuxt. I'm building a dashboard and I'm trying to build a mixed chart
When the user visits the mobile website via android/ios iphone, it should be redirected respective apps in their phone. If they still didn't install the respect
I need to serve a vue application over HTTPS while doing local development. The application is being served with: npm run serve which runs: vue-cli-service ser
I want to generate dynamically some v-charts from Echarts in a v-for. The data for the v-or is comming from the vuex store and is correct. I get a dictionary,
I'm defining a single file component I want to use props option on that component. But where can I add the code? <template> <div class="hello">
i got my vue3 application setup so far with tailwind, and ant design but can't customize ant design theme i am following this guide i got this error error in
I'm making a chess game and I am using Vue 3 and TypeScript with Pinia for the state management. I want to do something like the following: export const useStor
I am trying to dynamically create/remove a Vue component. I have figured out how to dynamically add the component, but I am having some troubles with allowing t