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
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…