Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

Download application/pdf file sent from the backend

I'm struggling with the problem of downloading a pdf file sent from the backend. I get a blob response, but when I download and open it, I see empty sheets, the number of which is the same as the ...
DarkPo13's user avatar
0 votes
2 answers
88 views

Cannot print the list return value from axios get using v-for

I am new to Vue.js, so I am building a simple html with vue.js website and show the axios get result from myphpadmin data. Everything works fine until the end I cannot show the json message on my ...
Noizy Z's user avatar
  • 81
0 votes
1 answer
2k views

Javascript Vue 3 Extract data from an array and display into a table

Hello everyone hope you having a great day, I have setup a front end app on Vue Js linked with an express.js api which connects to a mysql database. I use axios for sending http requests. I am able to ...
DMantas's user avatar
  • 163
1 vote
0 answers
844 views

Cannot use axios on localhost

I'm trying to test my code with axios on local but i get that error Object { message: "Network Error", name: "AxiosError", code: "ERR_NETWORK", etc... I tried to change ...
kameHame HA's user avatar
0 votes
1 answer
473 views

update data in vue with method and axios

I want to display a graph on my web interface. I want to implement the web interface with vue js. For this I pass data from my backend to my frontend with axios. I can display an empty graph on my ...
Steffen's user avatar
  • 13
1 vote
1 answer
460 views

how do i use vue.js to display API array as bootstrap cards using axios

I Dont really understand Vue that well yet but i am trying to get a card display of my products from my API i created. i managed to display everything in php code by using a while loop and that worked ...
justSomeGuy's user avatar
1 vote
0 answers
1k views

Axios disable cache on the page

So. I have two pages. On page "A" I use axios request to the server, I write GET parameters to url via history.pushState(null, null, response.request.responseURL). When I go to page 'B' and ...
Alex's user avatar
  • 375
0 votes
1 answer
670 views

Vuejs require("axios") in .js file, require is not defined [duplicate]

I'm using vuejs and I'm trying to make a GET request to my API. I'm using axios, but I cannot import it, if I use require to import axios i get this error: Uncaught ReferenceError: require is not ...
zupus's user avatar
  • 89
0 votes
1 answer
852 views

How to pass id and card content of a clicked card to the another component in vue.js?

i have three components icons.vue which contains icons and dropdown also and this component is the child component of DisplayNotes.vue, Now when a user clicks on any card DeleteNote-option(which ...
Sravani's user avatar
  • 417
1 vote
1 answer
935 views

How to bind card data from one component to another component card in vue.js?

i have two components one is Displaying cards which is responsible to show the data into a card which comes from backend(DisplayNotes.vue) and another one is updating the existing data card by opening ...
Sravani's user avatar
  • 417
0 votes
1 answer
494 views

How to use PUT method based on particular card-id in vue.js?

in my dashboard it displays some cards which contains data and it displayed like card (these cards are contained data which are coming from backend api and bind to cards before binds it stores into ...
Sravani's user avatar
  • 417
1 vote
1 answer
60 views

how to get id from notes[] array present inside Getnote.vue and based on that ID how to update a particular card?

I have some cards in my dashboard and in the dashboard I am getting some cards which contains title and description of the card, which I am getting from backend(axios.js).Upto display section i am ...
user avatar
1 vote
1 answer
228 views

Vue.js How to concatenate a string with a method in img src

So this is my HTML: <img v-bind:src="'@/assets/'+imgUrl()+'.png'" alt="thumbs-Up" id="thumbsUp"> And this is the script: import axios from 'axios' export default {...
littleX's user avatar
  • 25
0 votes
1 answer
379 views

Bootstrap Vue and Axios

Trying to get the HTML from this Axios call to render inside the b-tabs. No luck. It works everywhere but there. Still very new to Vue, and a little stumped as to what I'm missing here. I feel like ...
argossol's user avatar
0 votes
1 answer
2k views

How to properly use an autocomplete input field based on a database source in Vue?

I want to use an input field (or something similar) that suggests an autocomplete, based on records from a data source. In Vue I retrieve an array from a database table containing 3000+ records: data()...
Kheran's user avatar
  • 552

15 30 50 per page