Questions tagged as 'vue.js'

0
answers

VueJS Errors before API load

Is there any way I can ask VueJS to wait for a while before handling DOM errors? I have for example a select which receives a v-model from the API, but since VueJS loads the DOM first before the call http , it already a...
asked by 28.11.2017 / 13:04
0
answers

Error loading fonts in Vue build (Webpack)

I'm doing build of my project, and the whole system is loading, minus the sources of iview , in mode dev everything works perfectly, but when generating build the fonts get some < strong> squares and in console...
asked by 07.12.2017 / 13:42
1
answer

How to access one component within another?

I'm using single file components , but I can not access a component via another component, here's what I've tried ... <template> <div id="containerPrincipal" @click.stop="teste"> ... <template> <script> /*Out...
asked by 22.11.2017 / 17:43
0
answers

pick up folder path

I need to record the path of a directory on the system, when the user clicks a button open a window and in that window it select the folder that wants to store the information. I tried doing using the input with type 'file' but it requires that...
asked by 22.11.2017 / 18:04
1
answer

Vue compile when inserting in DOM

I need to insert a compiled element in DOM , however it will be inserted in a random place, not in a pre-defined place like this documentation ... var res = Vue.compile('<div><span>{{ msg }}</span></div>') new Vue...
asked by 20.11.2017 / 13:33
0
answers

Heroku Server does not recognize my CSS and Javascript files

I recently created a Laravel project that is using VueJs and Axios, and then I sent it to the Heroku server, but something strange happened, the page is very strange and I noticed that the public folder was not being viewed, but this was not t...
asked by 30.10.2017 / 09:51
0
answers

Modal Assync Vuejs

I'm trying to make a reusable modal vues passing an object to edit or register but I'm stuck on how to pass the object asynchronously, since the object I want to pass will be changed when the user clicks the edit button for example. The compo...
asked by 24.10.2017 / 14:24
1
answer

vue-router router-view does not give error but does not render

I am apprehending Vue and I came across a problem. I installed vue-router via npm . When I call <router-view> , no error is indicated however the site does not render on the page. If I type the links in the address bar,...
asked by 25.10.2017 / 02:21
1
answer

Working with a checkbox array

Well, here's what I'm trying to do is edit a record that contains only one name and an array of other records, ifs (a 1-to-N relationship). This array of ifs I play in the view as checkboxes, but I'm not able to get it checked. I'm using vues...
asked by 25.10.2017 / 00:13
0
answers

error Failed to mount component: template or render function not defined with vue.js

Please note that I would like you not to notify me negatively about this post, as it bears a resemblance to another post recently made, this is a specific problem. Click on my Video I'm trying to refactor my layout using vue.js , t...
asked by 29.09.2017 / 11:32