Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I tried using a popup inside a button. What I want to achieve is to activate the popup whenever the button element is hovered what I've tried so far is this:

<sui-popup open content="Hello. This is an inverted popup" > <sui-button inline flowing hoverable slot="trigger" @hover="activatePopup()">Show flowing popup</sui-button> </sui-popup>

I am using Vue.js 2.6.11


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
4.3k views
Welcome To Ask or Share your Answers For Others

1 Answer

This GitHub issue should awnser your question.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...