I am looking at the tutorials on vues page for adding tooltips. https://vuetifyjs.com/en/components/tooltips
It seems to work fine for an individual button.
After debugging the Code snippet i found the solution by adding slot-scope="i" to the tooltip component like :
slot-scope="i"
tooltip
new Vue({ el: '#app', data() { return { bars: ['home', 'event', 'info'] } } })
{{n}} {{n}}