Questions tagged as 'vue.js'

1
answer

Api receiving date with month and day changed

I have a class: public class Filtros{ public DateTime DataInicial { get; set; } public DateTime DataFinal { get; set; } //outros campos... } I have a C # API that receives the class: [HttpPost("ObterProvisoes")] public JsonRes...
asked by 12.07.2017 / 14:52
1
answer

use ref in a list without v-for vue.js

Hello, I have a simple list where I do not use v-for. I would like to know if it is possible to identify the list item through #ref in vue.js; I usually identify my components with name and Id, however I am using a third-party component which I...
asked by 07.12.2016 / 19:29
0
answers

How to enable tab content within v-show component inactive by activating it [closed]

When you click the button that changes the step, the active tab is md-active, but its contents and bar are not shown as if they are not, which only happens after clicking a different tab and returning. The problem does not happen rendering from...
asked by 04.01.2019 / 15:05
0
answers

Problem with modal in Laravel and vue.js

I'm working with a CRUD application in laravel and Vue.js and at the moment I'm facing the following problem I created a modal to update in a table, the modal makes the reacquisition of the objects correctly in the input campuses , the problem is...
asked by 30.12.2018 / 15:22
0
answers

Laravel Vue Paging

I brought this doubt because I already rode everything and I did not succeed. I have a project with laravel and for front I am using vue. The project already searches for filtering and ordering by the fields, however the pagination was not su...
asked by 20.12.2018 / 01:16
0
answers

Problem with loop (v-for)

Speak Devs! I'm new to this world and I'm catching up with something I think is simple. I'm using the API-Rest of Wordpress and I'm picking up the posts, I want to bring one by ID, theoretically everything's okay, because I already did with a...
asked by 21.12.2018 / 19:48
0
answers

Problem with modal in Laravel and vue.js

I'm working with a CRUD application in laravel and Vue.js and at the moment I'm facing the following problem I created a modal to update in a table, the modal makes the reacquisition of the objects correctly in the input campuses , the problem is...
asked by 30.12.2018 / 15:22
3
answers

Modal does not date in Electron, how to solve?

I have a modal problem. My problem is that modal, does not close when clicking the button, tried in many ways, but none worked. How can I resolve this? <script> var read = require('read-file-utf8') var loki = requir...
asked by 29.12.2018 / 23:39
0
answers

Cancel request axios

I'm developing a live chat, and I have a problem that is as follows: There is a chat list with several conversations, and when I click on one of them, the component messages must make a request with the axios and put the messages on the screen,...
asked by 17.12.2018 / 16:27
0
answers

Successful alert for the user with Vue

I have a session in my application, where the user deactivates and activates documents, at the moment he activates or deactivates wanted to show a success alert in the vue.js pattern, but I do not know how. methods: { handleDesactiv...
asked by 12.12.2018 / 20:24