QingWei-Li / laue

🖖📈 Modern charts for Vue 2.0
https://laue.js.org
MIT License
263 stars 34 forks source link

custom-tooltip #27

Open kbenchaaboun opened 5 years ago

kbenchaaboun commented 5 years ago

Custom tooltip seems not up to date. Didn't work with vue-cli 3. `

  • {{ item.label }}
    {{ item.value }}
</la-tooltip>`
dvago commented 5 years ago

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

import { Tooltip } from 'laue'