Questions tagged as 'vue.js'

1
answer

How to create routes in tables with VueJs?

My page is working perfectly, it behaves like this today; The user clicks the textSearch to perform a search, and the table will only load the search requested by the user. See how my page is! Listing Registers What exactly am I n...
asked by 14.02.2018 / 13:28
2
answers

Notification in Vue

I have an application in vue js, which registers a task, I would like to be notified 5 minutes before the task happens, I have the following code. function getData(){ let data = new Date(); let dia = data.getDate(); if (dia.t...
asked by 29.01.2018 / 13:13
1
answer

My project Laravel does not see my Javascript file

The structure of my project looks like this: ThemainLayoutpageisthis,thisiswhereIgetthevue,axiosandappfile:<!DOCTYPEhtml><htmllang="pt-br"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible"...
asked by 24.10.2017 / 17:35
1
answer

Http Get Request with Axios

I need help to make a get for my restAPI by passing parameter (I do not know if that's the way it's called, if I can speak the way I say it, I appreciate it!) . What I do is call a list in link axios.get(' http://localhost:...
asked by 19.10.2017 / 21:08
2
answers

How to import mixins into single file components?

When trying to import the mixin the following problem occurs    Error in render: "TypeError: Can not read property 'components' of undefined" But there is nothing abnormal in the components because when taking the mixin everything works n...
asked by 29.11.2017 / 01:20
1
answer

Json's problems with Vue.js

note below; My page <!DOCTYPE html> <html> <head> <title>My books</title> <link rel="stylesheet" type="text/css" href="node_modules/bootstrap/dist/css/bootstrap.css"> <link rel="stylesheet"...
asked by 20.09.2017 / 20:24
1
answer

Values adjustment bar

People would like to know if there is any component ready on the internet that makes me an element similar to the one in the image below I would like to know the name of this component also so that I can know how it works and where I should find...
asked by 04.07.2017 / 20:34
1
answer

String string in Javascript

I'm developing an application in VueJS and on a screen I have two input's of time and are being saved in MongoDB as String. However the input only accepts in the time format and when I click on the grid and the inputs are filled with the data of...
asked by 06.10.2017 / 14:58
2
answers

VueJS: Can I use a condition to enable a @click?

I have a disabled button, which depends on other fields to be enabled: <button class="actAplicarTodosFiltros" disabled="disabled">Aplicar</button> So I have tabs that make some changes but I wanted the v-on: click of those tab...
asked by 17.08.2017 / 20:57
2
answers

Create component via vue.js

There is some component via vue js that makes me create this component that shows in the image below I am developing my site in PHP.     
asked by 03.07.2017 / 15:54