Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom-tooltip #27

Open
kbenchaaboun opened this issue Apr 12, 2019 · 1 comment
Open

custom-tooltip #27

kbenchaaboun opened this issue Apr 12, 2019 · 1 comment

Comments

@kbenchaaboun
Copy link

kbenchaaboun commented Apr 12, 2019

Custom tooltip seems not up to date. Didn't work with vue-cli 3.
<la-tooltip> <div class="tooltip" slot-scope="props"> <ul class="list"> <li :key="item.label" v-for="item in props.actived" :style="{ borderTop: '3px solid ' + item.color }"> <div class="label">{{ item.label }}</div> <div class="value">{{ item.value }}</div> </li> </ul> </div> </la-tooltip>

@dvago
Copy link

dvago commented May 9, 2019

It works for me v. 3.6.0
Did you import the tooltip?

import { Tooltip } from 'laue'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants