kutlugsahin / vue-smooth-dnd

Vue wrapper components for smooth-dnd
MIT License
1.74k stars 250 forks source link

createElement isn't a function #224

Open vahan1107 opened 1 year ago

vahan1107 commented 1 year ago

Hi !

I tried to use the package, but got this error:

createElement is not a function

render: function (createElement) { var tagProps = getTagProps(this); return createElement( tagProps.value, Object.assign({}, { ref: 'container' }, tagProps.props), this.$slots.default ); }

Can you please look at it? Or help to find a solution.

BTW, the same issue with the example in README.

wangbaojin2008 commented 1 year ago

me too

wangbaojin2008 commented 1 year ago

use vue3-smooth-dnd lib ,websit is https://github.com/gilnd/vue3-smooth-dnd

vahan1107 commented 1 year ago

@wangbaojin2008 thanks for suggestion! BTW: I used this one: https://github.com/anish2690/vue-draggable-next, works fine for me