Questions tagged as 'vue.js'

1
answer

Dropdown menu with v-if vuejs

How can you add a dropdown effect to this menu vertically, so by placing the mouse on it it opens the ul daughter if it exists. I thought of doing with v-if when I clicked on li parent, but I do not know how to do...
asked by 12.12.2017 / 13:35
1
answer

How to declare routes that are cached and other routes that are not stored?

Good morning. I am developing a SPA system whose one part is available only when the user is online and another is available even offline. The offline part is configured in the service worker but a problem has started. Routes of the application...
asked by 03.11.2017 / 13:02
0
answers

VueJS: how to pass data from one array to another array?

I have the following problem: I have two separate lists and I need to pass the selected data (checkbox) to the other list, removing the selected item and putting it in the other list (along with its header). I tried to push but I can not copy...
asked by 31.10.2017 / 13:54
0
answers

I'm having trouble showing the page through Vue.js using Electron

When I opened the app with electron , the page did not open and when I was viewing the console it showed the following error:    "[Vue warn]: You are using the runtime-only build of Vue where the   template compiler is not available. Ei...
asked by 30.10.2017 / 19:14
0
answers

How to load select in VueJs

I've been able to implement the edit button, by clicking the button it will load all records that exist in a database in a form, I can load all the fields except selects . The problem is that I am not aware of loading the select from VueJS...
asked by 26.10.2017 / 17:31
0
answers

Refresh page value VueJS

I ended up crashing into a problem that I can not solve. When I create a page detalhes , I call it using this.$router.push({name: 'Detalhes'}) And I pass a parameter this.$router.push({name: 'Detalhes', params: {dados...
asked by 26.10.2017 / 14:17
0
answers

The Heroku server does not recognize my file vueJs

I deployed my Laravel project as shown in the video below: CLICK ON THE VIDEO Everything went fine, but when I went to load the page again it appeared: When attempting to perform any operation it generates all sorts of errors....
asked by 27.10.2017 / 20:35
1
answer

Dynamic Import with Webpack

In a VueJS application with template Webpack , I need to import a series of SVG's according to a user's parameters. SVG's are fixed files, but are loaded dynamically into the application. If I import all the files at once, the bundl...
asked by 13.10.2017 / 19:24
0
answers

Upload Laravel + Vue.js

I need to upload some files, but there is a detail, a table will be mounted as in the figure below, I can already add to the table itself, but at the time of upload I have no idea of the procedure, I do not know if I am passing correctly, finall...
asked by 06.11.2017 / 03:25
0
answers

Problems with vue in a project Laravel

This is my project. link It is able to save, delete and edit, but when I do the actions I can not perform the automatic refresh in the browser, I do not even know where to start, could anyone give me a tip? This is my repository = >...
asked by 05.11.2017 / 20:53