Questions tagged as 'vuetify'

0
answers

Show button only when the scroll bar goes down, using vuetify

Hello. I'm creating a "go to the top of the page" button using vuetify. I can already make it go to the top with the following code: @click="$vuetify.goTo(0,0) But now I would like it to only appear if I scroll the page down a little. I...
asked by 01.01.2019 / 11:55
1
answer

Error: Can not read property 'protocol' of undefined

Template: <input type="text" v-model.trim="enterURL" placeholder="Enter URL here" @keyup.enter="Entered"> <v-btn icon @click.native.stop="Entered"> <v-icon>send</v-icon> </v-btn> Script: Entered(enterURL)...
asked by 19.09.2017 / 19:05
0
answers

Nuxt 2 how to serve the assets correctly in Firebase Host

I'm building a new ssr application using Nuxt 2 and Firebase, I'm trying to deploy my application using Firebase Hosting and Cloud Functions just like that
asked by 31.12.2018 / 21:25
0
answers

Navigation using keyboard arrows in div with overflow

I'm doing a POS screen and I need to make it available so that most of the functionality can be used only with the keyboard, my difficulty is being in a grid of elements in which I have to navigate using the pageUp and PageDown keys, with you...
asked by 26.09.2018 / 14:35
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

Component - UI for Hierarchy

I need to mount a treeview-type view (but I do not cling to the treeview design) to display a hierarchical structure. I did not find anything related to this in vuetify. Someone Do you have any tips?     
asked by 23.07.2018 / 22:13
0
answers

Changes in the input of a form is reflecting in other forms VueJS

In my project vue I have the following problem: I have a form register of categories and another one of register of modules, I opened those of the forms one in each screen and I noticed that when typing the field name in the input of the form...
asked by 22.06.2018 / 07:46
1
answer

Background Image with Vuetify

How do I put a background-image in applications with vuetify? I tried to insert through css but the loading is not obeyed. I did as follows: link     
asked by 23.04.2018 / 13:34