I'm using bootstrap-vue and would like to be able to override the theme colors dynamically at runtime (after compiling the scss). To do this I'm following this
I'm trying to type hint my props in a Vue 3 component, with composition API. So, I'm doing this: <script lang="ts"> import FlashInterface from '@/interfac
I attempted doing this like in the documentation https://vuetifyjs.com/en/components/tooltips/ <v-tooltip color="black" bottom > <template v-sl
The Laravel framework and the laravel.mix compiler are used. There is one main component "dialog". <template> <transition-group enter-activ
I chose Vue.js over React and Angular, because it felt much more easier to migrate my existing website (old technologies, ASP.NET Razor Pages inside Visual Stud
In vuejs3 app I retrieve data from db with axios in method, like : <script> import appMixin from '@/appMixin' import app from './../../App.vue' // esl
Tools: .NET 6 with EF Core, Vue 3 with Axios. R-Token is Refresh Token. DB is database. I have simple implementation of JWT + Refresh Token auth. Client send Lo
I'm using the cdn version of vue on certain parts of my project. I want typescript support included on these parts of the project that are using vue cdn, but du
I have used Github Actions to build and deploy the Vue app to the S3 bucket. The problem is, the build script cannot fetch ENV from the .env or .env.production
I want to select the departure date then when I go to select the return date I want the function to disable all dates before the departure date in element UI I
I'm new in Vue and would like assistance on how to access and use variables created in Mounted() in my methods. I have this code Template <select class="cont
Recently I have upgraded my node version to 14+ from 10+ in a Vue.Js app. But It was giving me some error and asking to install Visual Studio including C++. Whe
I use vue-select in my project When I use value and input alternative v-model <div v-for="user in users" key="user.id"> <v-select
I am doing a CRUD with vue.js and php. I installed the axios and I believe it is working. I just don't know how to call the php file that connects to the databa
I'm getting the following errors whenever I run npm install on a vue.js project 5769 error code 1 5770 error path /*my path*/node_modules/node-sass 5771 error c
I have already done a lot of "filtering" with regexp to remove unwanted characters from a string, this is what i am using: var regexpHashtag = new RegExp(/(?:^|
In vue2 it was be easy: <template> <button :class="type"><slot /></button> </template> <script> export default { name:
I'm using Vue 3 and I pushed a version of my project that was working well to GitHub 19 hours ago. About 5 hours later, the problem below occurred when I entere
I have in backend this link backend.com and for frontend frontend.com I want to lock my API backend for everyone except my frontend! my cors.php <?php retur
I have an issue with jQuery script files is not working inside vue component but it working outside it, I found a solution to put all script files in script sec