Skip to main content

All Questions

0 votes
1 answer
7k views

TypeError: Cannot set properties of undefined (setting 'message') in Vue

i'm new in Vue.js, so there are concepts that maybe i'm missing. The thing is that i've been trying to do this for months, but i couldn't get a solution. What i'm trying to do is change the message of ...
Emanuel Rodriguez's user avatar
0 votes
4 answers
4k views

Vuetify - Change default color for v-text-field type=date icon

I'm filtering records between two dates, which will show data brought from the backend. Instead of using the conventional way found in Vuetify's documentation on date pickers like in the following ...
DigitalDevGuy's user avatar
0 votes
1 answer
2k views

VueJs - Vuetify - v-navigation-drawer with mini-variant for smartphone

I want to apply mini-variant to the v-navigation-drawer when the screen size is smaller so for that I have the following so far: <template > <v-app id="inpire"> <div class=...
Bruno Sousa 's user avatar
2 votes
2 answers
6k views

Vuetify stopped working when included in a Typescript-enabled Vue.js project

I have recently tried to create a simple app that combines Vue.js, Vuetify.js and Typescript. However, even though at first Vuetify seemed to work when combined with Typescript, upon my most recent ...
TKD21's user avatar
  • 283
4 votes
1 answer
967 views

Adding Vuetify to project template from vue-cli 3: Adding script tags to App.vue breaks the app?

I'm a Vue noob and just need to understand something pretty basic. I'm used to vue-cli 3 where you have your "App.vue" and that's kind of your root component and of course you have your <script> ...
user avatar