Questions tagged as 'vue.js'

1
answer

VueJS / Quasar cordova android generates blank app

Hello, I started using the Quasar Framework to create a hybrid app for Android. After following the installation steps (WINDOWS 10), I created a default project, that is, I have not yet developed anything, I ran the command to run the app...
asked by 15.03.2018 / 21:06
0
answers

Preview the site in social networks

I'm developing a SPA using Vue.js, using vue-router and for Google, from what I've been researching, it can index the generated content via javascript. Now for social networks, for example Facebook, when we are going to share a link in the post...
asked by 15.03.2018 / 20:25
0
answers

How to install the vue-easytable library in Laravel

I'm trying to install this library vue-easytable It is very interesting: it has pagination, vertical and horizontal adaptation and many other things. She is very quick to render. I want to install as a template in Laravel. I installed the l...
asked by 20.03.2018 / 22:36
1
answer

Error creating global filters with vues

I'm trying to create some filters globally in vues but I'm getting the error "Failed to resolve filter". My main.js is like this import Vue from 'vue'; import VueResource from 'vue-resource'; Vue.use(VueResource); Vue.filter("teste", func...
asked by 07.03.2018 / 21:26
0
answers

Run the hook 'beforeUpdate' only once in VueJS

I have a block of code inside the beforeUpdate() hook of the Vue instance, and it is running multiple times in a row. My question is: Is it normal for the beforeUpdate() hook to be called multiple times? If not, how do I avoi...
asked by 09.03.2018 / 21:14
0
answers

Navbar Bootstrap collapse is not working in Vue

I started a new project with Vue and Bootstrap, but when using Bootstrap navbar in Vue navbar-collapse does not work, follow the code. App.vue <template> <div id="app"> <b-navbar toggleable="md" type="dark" variant="in...
asked by 26.02.2018 / 16:02
1
answer

Component receives array type props, but the received value is an observer in Vue.js

I have a problem with my project with Vue. when I pass an array as props to my other component, this same one when giving a console.log () it printa an observer, but not the array I passed to it. this.valores = [1,2,3,4,5]; component: &l...
asked by 22.02.2018 / 12:51
1
answer

Firebase key error

I'm doing a PWA using Vue and Quasar, but when I make a request in Postman to appear a push notification I get the following return in Postman: { "multicast_id": idMulticast, //removido por mim ao postar aqui "success": 0, "failure...
asked by 29.03.2018 / 22:34
1
answer

Owl Carousel + Vue.js with dynamic item

Hello, I have a component that initializes a slider with dynamic items coming from the database. However, I have a search box that makes a new request to the database and returns new items to replace the existing ones in the slider. But it is no...
asked by 01.02.2018 / 17:37
0
answers

Apache Cordova X Facebook Plugin: blocking by URL file

Hello. I have a project that is using the facebook SDK. In localhost the plugin works normally. However, when I publish the APK in google play or even compile and install the file directly on my cell phone, the facebook SDK shows me the followin...
asked by 21.01.2018 / 23:41