Questions tagged as 'vue.js'

0
answers

Using PDFs with VUEjs

I would like to create a VUEjs component that would receive a base64-generated PDF page and display the page in an i-frame or whatever is best I would like to use axios to get the page     
asked by 09.08.2018 / 20:00
0
answers

Many checkboxes locking browser with Materialize CSS

I have a problem that is as follows: I'm using the Materialize CSS, and Vue Js. I have a table with registers, and in each register has a checkbox next to it to be able to carry out some action with this register, like to send notification by...
asked by 07.08.2018 / 00:04
1
answer

How to parameterize a route in the Vue?

I am using vue/router to make a spa, and I am having difficulty sending the id of a certain product through url ... I'm doing this in the link: <router-link :to="{name:'editar',params:{id:item.id}}">editar2</router-link>...
asked by 06.08.2018 / 21:38
0
answers

Problem with Axios headers | Application = Laravel + vue.js

I'm trying to make a request with axios, but I can not always get the following error: admin:1 Failed to load http://minhaurlencurtada: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is...
asked by 01.08.2018 / 00:29
0
answers

Error setting coordinates in google maps with vue js

I have a problem with setting the google maps api javascript points. At the time I get the coordinates of the variable, and hedge on my map it restarts the component and erases the value of the variable. how to do it so that it does not restart...
asked by 31.07.2018 / 19:43
0
answers

Pass value from a VueJs component to a specific component in the Laravel blade, having more than one of the same component of the screen

Talk to me, I have a tremendous doubt. I have in my blade in Laravel the contents of components that I created, like this: //um select personalizado <select-component></select-component> //tabela com categorias <data-table-co...
asked by 31.07.2018 / 22:09
0
answers

How to serve the same Frontend for different domains showing different content

I'll explain better. Firstly, I intend to use Vue.js, specifically Nuxt to create a site template that will connect to an API and pick up the news, site color pattern, some specific layout settings, etc ... This API will probably be created i...
asked by 27.07.2018 / 20:40
1
answer

require in component of vue.js

Good afternoon, I can not use the "axios" require in the vue component file. How to solve this? the file in question is home.js: const axios = require('axios'); Vue.component('home-page', { template: ' <div> <in...
asked by 02.08.2018 / 18:44
1
answer

Problem adding JS file to project with VueJS 2

I have the following problem: When I include a local .js file in my project with VueJS I get the following error message. Herearemystructureandcode: I realized that if you include an external file, via CDN for example, it works perfect...
asked by 23.07.2018 / 00:36
0
answers

How to implement Video.js-ass in Vue

Hello, I'm trying to implement videojs-ass in Vue (# Current code: <template> <q-page class="flex flex-center"> teste <video id="player" class="video-js vjs-default-skin vjs-big-play-centered"> <source...
asked by 04.08.2018 / 20:48