我使用的是vue-js-modal,並且有問題,每次我將我的模態設置爲:draggable =「true」我可以拖動它,但它不讓我在輸入上書寫,因爲我認爲它也認爲它是可拖動的元素,我該如何防止它呢?vue-js-modal可拖動的問題
這是我如何設置它:
<!-- modal dedicated to the panel history -->
<modal :adaptive="true" height="70%" width="60%" :resizable="true" class="modalSize" :draggable='true' name="modalPanel">
<span class="cross" @click="$modal.hide('modalPanel')">
✖
</span>
<!-- here lives the panel history -->
<appPanelHistory>
</appPanelHistory>
</modal>
當模式開我不能改變我的投入,任何人都知道這個問題?謝謝
嗨,輸入錯誤固定在V1.3.0 – euvl