提交 c7aae205 编写于 作者: T Tim Zallmann

Button with Icon only rendered when hovered, deferred lazy Image checking + ImageViewer + Tooltip

上级 a64fc785
......@@ -2,8 +2,10 @@ import $ from 'jquery';
export default {
bind(el) {
$(el).tooltip({
trigger: 'hover',
requestAnimationFrame(() => {
$(el).tooltip({
trigger: 'hover',
});
});
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册