kirillmurashov/vue-drag-resize

Setting auto width and height is invalid

hinet opened this issue · 1 comments

hinet commented

<VueDragResize v-for="(item,index) in Elements" :key="index" :isActive="false" :parentLimitation="true" :parentScaleX="2" :parentScaleY="2" :w="item.width || 'auto'" :h="item.height || 'auto'" ........ > </VueDragResize>

Setting the width and height property to auto is invalid?

Fixed in v.1.5.4