Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
4.2k views
in Technique[技术] by (71.8m points)

vue.js - Is it possible to trigger a pop-up on foucs event in input element Semantic-UI-Vue

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

This GitHub issue should awnser your question.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...