Added delay on tooltip in lists

This commit is contained in:
Kylart 2017-10-09 10:33:14 +02:00
parent d4d6935b81
commit 80fe65e498
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
dark
)
v-flex(xs8, @click.capture="select(item, index)")
v-tooltip(top)
v-tooltip(top, open-delay='150')
h6.ellipsis.elem-title.white--text(slot='activator') {{ item }}
span {{ item }}
v-flex(xs2)