I have a dynamic menu that comes from a REST API . My problem is: Today when I access some page, all the menus are closed. I wanted it when I entered for example a 3rd level page, the menu would open where the user is, for him to loca...
Greeting for all,
The opportunity to work as a Frond-End programmer appeared, and the team I'm working on said that I had to mess with Vue.js , it's a new technology that has appeared now.
I'm following an online course, and in this course t...
My response.data is returned a ticket in HTML format, I want to convert it to PDF. How do I?
Below a part of the code:
imprimirboleto: function () {
axios({
method: 'get',
url: '/server/boleto',
params: {...
I'm using Axios to make the requests of my application, and in one of the GET requests returns a PDF file. When I make the GET request by Postman it opens a window to choose where to save the file, but when I make the request for my application...
I'm new as a Javascript programmer and I have a difficulty that maybe for some is not a problem.
look closely at the HTML code;
<tbody>
<tr v-for="bancodedado in filteredBancodedaos ">
<td>{{...
I'm starting in Vue.js and now I'm in a moment that I can not do. I need to for example connect in PHP and make a select in MySQL to bring some data. But I do not know how to proceed in Vue.js , I'll put the code here.
I tried to do so...