Using Vuetify tooltip (v-tooltip) component with an external activator (i.e. not wrapped)

后端 未结 2 468
[愿得一人]
[愿得一人] 2021-02-10 16:52

I understand how to use Vuetify\'s v-tooltip with the tooltip wrapping the component. However, I\'m not quite sure how to have the activator button outside.

e.g. I have

2条回答
  •  孤城傲影
    2021-02-10 17:08

    Try this:

    
      Filter displayed items
    
    
    
      fa-filter
    
    
    ...
    data () {
      return {
        ...
        filterBtnTTip: false
      }
    }
    

提交回复
热议问题