Most voted "vuetify" questions
41 questions
Sort by count of
-
3
votes1
answer770
views$router.push is not working in Vuejs
Good evening, I’m starting my studies in web development and I chose Vuejs with Vuetify to begin with. Right away I’m not getting a page change by clicking on a button. I installed the Vue-router by…
-
3
votes1
answer579
viewsCalling child method in parent component within a v-dialog
Hi, I’m trying to call a method that’s in the child component through the parent component. The HOWEVER is that if I involve the child component specifically in a 'v-dialog' the code does not work,…
-
2
votes1
answer1335
viewsError: Cannot 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>…
-
1
votes1
answer4044
viewsBackground Image with Vuetify
How do I put a "background-image" in vuetify applications? I tried to insert through css but the upload is not obeyed. I did it this way: https://codepen.io/anon/pen/xjZEdB…
-
1
votes1
answer151
viewsShow button only when scroll bar descends, using vuetify
Hello. I am creating a "go to the top of the page" button using vuetify. I can get him to the top with the following code: @click="$vuetify.goTo(0,0) But now I would like it only to appear if I…
-
1
votes3
answers596
viewsVue component Mask is only applied when stirring the field
I’m learning to use vue and vuetify and I’m using a library to make fields with masks. The bike in question is Vue-Mask. When loading the component, the mask is not applied automatically unless I…
-
1
votes1
answer383
viewsUsing v-bind or v-model to update an input
I am using Vue.js in a project and would like your help. I’ll try to exemplify what I’m doing. I have 2 buttons, + and - when the user clicks on or the other I want to update my input with the…
-
1
votes1
answer65
viewsVuejs directive to update value in another field
Hello, I’m new in vuejs, I’m putting together a system to calculate the weight of a product... I have a vuetify combobox where will make available the product name, (I made an object array,…
-
1
votes2
answers94
viewsAction by clicking on the clear vuetify field
In a filter where fields are filled in there is the need sometimes to clear the field. I’m trying to clear a field and recognize the value of that action by clicking on the "x" to clear the form…
-
0
votes0
answers30
viewsComponent - UI for hierarchy
I need to put on a show treeview(but I don’t cling to treeview design) to display a hierarchical structure. I found nothing related to this in vuetify.
-
0
votes0
answers73
viewsError setting coordinates in google maps with Vue js
I’m having a problem setting the points (Makers) of the javascript api google maps. When I get the coordinates of the variable, and Seto in my map it restarts the component and erases the value of…
-
0
votes1
answer139
viewsNuxt 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 as well as this video however the problem, the video is…
-
0
votes0
answers63
viewsChildren inside a Children
Is it possible to create a Children inside a Children? I’ve tried it this way but I don’t know how to do it. export default { data: () => ({ dialog: false, drawer: null, items: [ { icon:…
-
0
votes0
answers44
viewsHow to display images dynamically from an array in vuetify?
People you know from Vue/Vuetify, I’m having a hard time showing images on a dynamically shaped tag. The situation is as follows. I have an array declared in "date" that contains several objects,…
-
0
votes2
answers835
viewsHow to view an image saved in another project folder in Vue?
I need to display an image that is saved in another folder of my project inside a v-img tag, in vuetify. I’m just not getting it. Someone knows how to do? My project folders are so organized:…
-
0
votes1
answer205
viewsHow to Treat 404 Image Error in Vuejs?
I’m using the vuetifyjs Carousel,I’m consuming an api and it works well but when comes an image that does not exist or broken, it is giving error: How do I make it to leave a standard image for when…
-
0
votes2
answers150
viewsv-form post does not send data
I created a basic form to see if I receive data in my API using vuetify but when giving Ubmit the v-select data is not sent and I cannot understand the reason, since in general the examples of these…
-
0
votes0
answers82
viewsView data from an Api in V-CALENDAR Vuetify Vuejs
Hello, I have the following data coming from my api: [ { "id": 1, "start": "2020-12-24 01:00", "end": "2020-12-24 01:30", "comments": null, "createdAt": "2020-12-24T19:37:52.699Z", "updatedAt":…
-
0
votes0
answers5
viewsHow to change the v-select top
Is there any way I can change the "top" of the v-select list without forcing a css? example: How I’d like you to stay:…
-
0
votes1
answer160
viewsBring back multiple filtered Django Rest data
Good morning, How do I bring multiple data from Django Rest, for example : instead of appearing the id of the students I want to bring the names... I don’t know if it’s possible but I hope it is...…
-
0
votes1
answer281
viewsRouting Vue Js
I am creating more than one route in Vue js, however, for any given route is redirected to Login. js router. import Vue from 'vue' import Router from 'vue-router' import Login from…
-
0
votes1
answer183
viewsAdd click event to a Vuetify Datatable
I’m trying to activate a function with a click event by clicking on a line of a Datatable in Vuetify, I tried in several ways but I haven’t managed yet. The click event has not been at least…
-
0
votes1
answer567
views[Vue warn]: Unknown custom element: <v-col> (vuetify)
I’m a beginner in Vue.js and I’m trying to create a search application. I’m using the vuetify library and I’m having the following error: [Vue warn]: Unknown custom element: v-col - Did you Register…
-
0
votes0
answers27
viewsFocus tooltip vuejs
Good evening, you guys. I’m trying to give FOCUS a tooltip when the result of a query made by the user returns empty. When the user types something in the text field, I perform a validation upon the…
-
0
votes1
answer146
viewsVuetify component "v-navigation-Drawer": bug when scrolling on the page
I have the following problem with the v-navigation-Drawer component of Vuetify: if I am at the top of the page, it works correctly: However, if I go down a bit (scroll), the content of…
-
0
votes1
answer481
viewsView data from an Api in a v-data-table, an object within a Vue js object, vuetify
I have the following Json coming from an api, which I want to present in a V-DATA-TABLE: [ { "id": 1, "firstName": "Ana", "lastName": "Lucia", "phone": "(11)99989-8989", "mobilePhone":…
-
0
votes1
answer78
views -
0
votes0
answers17
viewsHow to avoid caching a v-text-field
Analyzing the submissions that html makes of the data, I realized that the inputs always leave one cached for future fills, but in the case of html the inputs have the directives autocomplete="off"…
-
0
votes0
answers56
viewsVuetify v-select does not work
I’m testing the same example code of the official website but for some reason do not want to show the options at all The view is like this <template> <div class="about"> <v-select…
-
0
votes1
answer27
viewsHow to build: click on the current line and load the clicked line information
In my template there is a form and data-table with the information "originated from the form". My difficulty is how to implement that when clicking on the table row causes the information to be…
-
0
votes0
answers20
viewsAdd title to table row
Conditionally sometimes we need to put one title in a table row to inform the user about what is happening, some status, etc. Using vuetify, I would like to add this title in some lines…
-
-1
votes1
answer381
viewsV-icon is not working on vuetify
People who use vuetify, the v-icon is not working as it should. I put the image 1 there that you can see that you don’t recognize the icons of the material design. To better understand, I created a…
-
-1
votes1
answer79
viewsHow to add two values within a v-select?
Ex: let caracteristica = { id_caracteristica: 2, caracteristicas: "exCaracteristica" } <v-flex xs12 sm3 md6> <v-select v-model="selectdCaracteristica" label="Caracteristicas"…
-
-1
votes1
answer322
viewsFilter data using v-select in Vue
I have an API that returns me all registered users on the system, I need to implement a form of search where I can filter these users by sex. I have a field (v-select) where we can choose male or…
-
-1
votes1
answer91
viewsVuetify - Navigation Drawer with nested list items
I’m trying to create a navigation drawer with nested list items like this: Vuetify Navigation Panel <v-navigation-drawer v-model="drawer" app clipped> <v-list dense> <template>…
-
-1
votes1
answer66
viewsfontawesome with vuetify
I’m initiating a VUEJ+vuetify project. I implemented the fontawesome package to use the free icons they made available. however, all the components rendered in the browser that use some icon, I’m…
-
-1
votes1
answer87
viewsORDER OF EXECUTION VUEJS
Good afternoon, Gentlemen. Using Vue with lib and not as a framework, I have two functions that make requests for two endpoints, where the first I get a token and the second I need to pass the token…
-
-1
votes0
answers14
viewsAccess direct URL after compiled
Often there is a need to access a direct URL on a system, for example, www.site.com/registration, www.site.com/forgot password, those things In the meantime, I’m using Vue.js with the Vuetify…
-
-2
votes1
answer494
viewsProblem with v-col Vuetify
Hello I’m having a problem with the vuetify Gride system. I’m using lg for viewing on my machine, however when using Xs or Sm for mobile devices is giving no effect. In the resolution of my machine…
-
-2
votes1
answer45
viewsIs it possible to set default props on vuetify components?
Well, guys, what I’d like to know is, is there any way to set the default values for the vuetify components' props? So I don’t have to repeat the props every time I use the component in the style I…
-
-2
votes1
answer25
viewsinverted label Vuetify
When I copy and paste any code from vuetify Label is reversed but in codepen works normal. I’ve tried to set in Style to customize but it doesn’t work. because it has to fix the fields also. How do…
vuetifyasked 4 years, 2 months ago Fernando Junior 85