vue-draggable-resizable
vue-draggable-resizable copied to clipboard
Iframe question
If there is an iframe tag inside, the zoom and drag function will fail.
<vue-draggable-resizable :w="500" :h="500"> <p style="height: 40px; background: red;">This is Header.</p> <iframe style="height: calc(100% - 40px);" src="http:www.baidu.com" frameborder="0" width="100%" height="100%" class="t_menu_drag_item_iframe"></iframe> </vue-draggable-resizable>
Works for me if the iframe is wrapped in a <div>.
When my mouse move in