Open vahan1107 opened 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 ); }
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.
me too
use vue3-smooth-dnd lib ,websit is https://github.com/gilnd/vue3-smooth-dnd
@wangbaojin2008 thanks for suggestion! BTW: I used this one: https://github.com/anish2690/vue-draggable-next, works fine for me
Hi !
I tried to use the package, but got this error:
Can you please look at it? Or help to find a solution.
BTW, the same issue with the example in README.