Skip to main content

All Questions

Tagged with
-1 votes
1 answer
51 views

how to make the render on vue2 equals to the render on vue3

I have the same code, but if I run it on vue2/vuetify2 the render will be: If I run it on vue3/vuetify3 I get: The color is not black anymore, "informativa privacy" is red and the "...
fraaanz's user avatar
  • 115
0 votes
1 answer
39 views

How can I set v-data-table height to 100% when it is placed inside a flex container?

I have a component which renders a v-data-table <!-- UsersDataTable.vue --> <template> <div> <DataTable v-bind="$attrs" :headers="headers" hide-default-...
PyKKe's user avatar
  • 405
0 votes
1 answer
44 views

Typescript tsconfig ignored

I am getting a typescript error that shouldn't happen because the tsconfig should prevent it from being compiled. In my tsconfig file I have skipLibCheck set to true. I have the node_modules folder ...
SChristiansen's user avatar
1 vote
0 answers
57 views

Change to CSS opacity not working in production

I’m using vue 2 and vuetify 2 but I have a little problem using a v-hover component from vuetify, everything is working great except that v-hover only works local and when I try it in production (...
melvswrld's user avatar
0 votes
1 answer
94 views

How can I position a button at the bottom right corner of its scrollable container? (wrapper div cannot be used)

I have following code <v-card-text style="min-height: 700px" class="px-6 py-4" > <v-row no-gutters> <v-col> <div v-for="(log, i) ...
PyKKe's user avatar
  • 405
0 votes
0 answers
32 views

Large Production Build File Size in Laravel 6 (Mix) with Vue.js 2

I'm using Laravel 6 (Mix) and Vue.js 2 for my project. When I run the yarn prod command on the server, it generates a large production file, which significantly increases the load time of the website. ...
Parsa Haghighi's user avatar
0 votes
0 answers
41 views

Vuetify V-calendar don't show some events and replaces them with (1 more) label even there isn't other events in that day

I'm displaying a whole year using different v-calendars, but for some reason in some months the event is not displayed right. As you can see, the events are not displayed even though the data ...
Vini-Posada's user avatar
1 vote
1 answer
69 views

Vuetify v-tooltip is not displaying when v-list is disabled

I am having difficulty displaying a tooltip on disabled v-list. I want to disable a list when the isDisable property exists. Sample code: <v-list> <v-list-item v-for="(action, i) ...
user3756907's user avatar
0 votes
1 answer
40 views

Vuetify2 styles not working properly with Django

I'm trying to add vue + vuex + vuetify framework to my django project I have installed node.js and yarn, then prescribed the commands - yarn global add @vue/cli and vue create client in project root ...
Iliya's user avatar
  • 15
0 votes
1 answer
398 views

Vue2 and Vue3 on the same web page

For a very niche and specific reason I need both major versions of VueJS (2 & 3) to run concurrently on the same web page and each run their own plugins independently of each other. This will all ...
TheGeekZn's user avatar
  • 3,944
0 votes
0 answers
28 views

Issue using vuetify's v-toolbar component in native dialogs

I maintain a vuejs2 / vuetify 2 project that can't be updated for current versions due to large codebase, and also I'm slowly migrating this project's dialogs for a native HTML implementation, I feel ...
Bruno Lamps's user avatar
0 votes
0 answers
30 views

Vue2 dynamic component issue with :is props

i have a component i want to render when receiving a value (right click on a menu will send the new value based onthe item clicked in) with a dynamic name to avoid sharing same variable. i have tried ...
Raphaël Chemouni's user avatar
1 vote
1 answer
155 views

Vuetify 2 v-menu left sided | (Vuetivy 3 substitute)

I'm trying to make a Vue&Vuetify application, and I've been searching a way to make my Menu dropdown be Left sided Header Dropdown center aligned In vuetify 3.0 we may use 'Location' but this ...
WildClown's user avatar
0 votes
1 answer
41 views

Navigation Drawer opens unwanted

I am new to Vue 2 and trying to figure out why the navigation-drawer acting like it does. The following codepen contains a small nav. Which can be open and closed with the chevron icons. Which is ...
ICoded's user avatar
  • 341
0 votes
1 answer
173 views

Vuetify 2 x Vue.js 2 - cannot show the expected value inputted in the text field

I have textfield that has auto word. This means that any letters or characters inputted in the textfield will automatically replaced. As see in the textfield, you cannot freely type whatever the word ...
Keyboard Corporation's user avatar

15 30 50 per page
1
2 3 4 5
115