I am using graphql and Vue.js and apollo Here is my DateBank const sensorsdb = [ { name: "sensor 1", id: "s-1", timestamp: 1582021371, value:
I'm trying to test a component that uses vuex inside it, I'm trying to pass the store of the respective component so that it can be assembled, but I'm getting t
I have used screen.height & screen.width for js operations. I can't able to pass the test case. (code coverage). I am using vue utils - Jest framework. belo
I'm learning Vue with an online course and the instructor gave me an exercise to make an input text with a default value. I completed it using v-model but, the
Everything was working fine, next day I'm getting an error Invalid left-hand side in assignment, the Chrome console tap was showing the error Invalid left-hand
I'm using chart.js with vue.js. I have a line-chart and I want to add data (later automatically by SSE). I modified another sample, but the error remains the sa
I need to hide the select all option from a v-data-table, the vuetify component. According to the documentation including the header-prop, single-select as true
I'm trying to add header in my Nuxt app in Nuxt/layouts/default.vue <template> <div> <Navigation/> <Nuxt /> </div> &l
Just completed a todolist tutorial. When submitting the form the input field doesn't clear. After trying both: document.getElementById("todo-field").res
I have a quasar q-input element that I want to enable and disable at the click of a button. I have added a button to the input using v-slot:after but I don't kn
When I dynamicaly load component from library file then i have en error Uncaught TypeError: Cannot read property 'extend' of undefined at Module.fb15 (ind
Is it possible to implement left,right, center and justified as per the plugin options on adding new block in editor? Sometime we add content in RTL https://ed
I am using Quasar to build my Vue app and I want to create a base component (a.k.a. presentational, dumb, or pure component) using q-input. I have a created a S
Module not found: Error: Can't resolve '@fortawesome/fontawesome-svg-core' in '/project/src/plugins' Been trying to follow up this tutorial (https://blog.logro
I have the following code with a simple working Vue.js application. But the vue.js devtools is not responding. It was working well a few days ago, now it's not
I wish to generate html files for static deployment. The package.json dependencies are as follows "dependencies": { "@nuxt/content": "^1.15.1", "@nuxt
I am developing a website using Vue.js 2.6.10n with Vuetify 2.1.0 and vue-router 3.1.3. I have a v-app-bar with v-btns to link to my different pseudo pages an
Is there any way to append vue.js events to existing html elements? HTML elements: <div class="borrow-button">Borrow</div> <div class="borrow-but
First time using Node js, Express and Vue. I have a pomodoro timer website made with vue (not vue-app/vue-cli) which I'm wanting to upload to Heroku. The websi
I have a javascript variable which I want to pass globally to Vue components upon instantiation thus either each registered component has it as a property or it