vuetifyjs3 Questions
6
Solved
In vuetify 2 it works with <v-btn fab></btn>. How works it with vuetify 3?
Mojgan asked 18/12, 2022 at 15:2
2
Solved
I'm creating a form using Vuetify's v-form in Vue using their Composition API and <script setup>. Using v-form's rules, I've created a way to validate user input; however, once the form is su...
Hypertrophy asked 1/7, 2022 at 20:18
2
Solved
How can I add I tooltip to Vuetify 3 datatable header without having to re-implement sort functionality?
There was an answer to similar question few years ago but its for Vuetify 2: https://mcmap.n...
Inveracity asked 11/9, 2023 at 14:8
3
I cannot import the type definition DataTableHeader for v-data-table headers. Currently, I have written it like this:
import { DataTableHeader } from 'vuetify/types';
In the TypeScript error, it s...
Dennis asked 12/4, 2023 at 2:8
2
I don't understand when/where/why to use the v-layout component in Vuetify 3.
I see, for example, that in the docs for the app-bar component they have an example that uses v-layout (GitHub code), b...
Aspirant asked 30/5, 2023 at 22:51
3
Solved
So, after running npm run build that contains: vite build.
With:
"vuetify": "^3.0.0-beta.4" and
"vue": "^3.2.31"
The built application gives this rather vagu...
Babble asked 30/6, 2022 at 9:17
3
When is vuetify 3 going to support v-data-table in vue3?
i have tried to us vuetify 3.0 beta and apparently it doesn't support v-data-table with vue 3.
Is there a schedule for this? I'm stuck with ...
Delogu asked 24/9, 2022 at 11:9
1
Solved
I follow the official guide on how to override Vuetify SASS variables (link) which says:
Create a main.scss file in your src/styles directory and update the
style import within your vuetify.js fil...
Bellbella asked 26/8, 2023 at 20:11
4
Solved
How to import custom svg icons in vuetify3 and nuxt3?
In vuetify 2, we were able to directly import svg icons like this
import customIcon from './myIcon.vue'
Vue.use(Vuetify)
export default new Vue...
Adelleadelpho asked 21/9, 2022 at 5:28
1
Solved
I am using VSelect from Vuetify 3 in my Vue 3 app and I am trying to use item slot. But my VSelect options become unpickable
I have this VSelect element:
<v-select
v-model="tag"
:it...
Greenfinch asked 15/3, 2023 at 7:33
2
Solved
I am having problems displaying a static image located at src/assets/images/logo.png folder with the v-img Vuetify component.
<v-img src="@/assets/images/rima_logo.png"></...
Disafforest asked 19/2, 2023 at 20:49
3
Solved
I am working on a project using Vue 3, Vuetify 3.0.0 (beta 0), and the latest Vue-CLI. I am trying to customize the vuetify font, however every method i've found online to override the vue sass var...
Odaniel asked 21/3, 2022 at 21:24
1
© 2022 - 2024 — McMap. All rights reserved.