Skip to content
Snippets Groups Projects
Unverified Commit 19e57d37 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Use shorter syntax for bottom placement

parent ef47de2d
No related branches found
No related tags found
No related merge requests found
<template>
<span :title="email"
v-tooltip="{ content: 'label', placement: 'bottom' }">{{ label }}</span>
v-tooltip.bottom="label">{{ label }}</span>
</template>
<script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment