Skip to content

Tag: vuetify.js

Vuetify tooltip refresh/rerender on hover

I have a vuetify tooltip component. In the tooltip I have a {{date | moment}}. I get a static a few seconds ago. I want every time I hover over the button, to refresh the button tooltip to the current elapsed time (10 minutes ago for example). I can’t figure out how to rerender the tooltip on hover with…

V-chip not issuing input event to parent

I was hoping to resolve this on my own, but I am completely stuck. Any help is welcomed. Basically, this component prints a matrix 100×10 such as this: Threat1: AssetType1 AssetType2 AssetType3 AssetType4 […] Threat2: AssetType1 AssetType2 AssetType3 AssetType4 […] Threat3: AssetType1 AssetTy…

Can’t connect Vuetify to project

I followed offical documentation to install vuetify, but I’ve got trouble with that. When I am trying add vuetify to my project, I always get two types of errors: First type: P.S .app-main is my style class. Without vuetify it works fine. Second type: I am not sure what the affects are on changing error…