vue-draggable-resizable
vue-draggable-resizable copied to clipboard
set draggable false,but When resizing up, the element moves
<vue-draggable-resizable
:draggable="false"
v-show="showDialog"
:z="2000"
class="bg-white position-absolute bottom-0 right-0 bx-none bb-none w100p"
:handles="['tm']">
<div>123</div>
<!-- <template v-if="yoyoNode">
<component
v-if="yoyoNode"
ref="dataSource"
:is="dataSourceType"
@confirm="confirmSave"
@close="quickCloseDialog"></component>
</template>-->
</vue-draggable-resizable>
I found out that the problem is because I set bottom:0
More specific reasons are still being discovered