vue-smooth-dnd icon indicating copy to clipboard operation
vue-smooth-dnd copied to clipboard

createElement isn't a function

Open vahan1107 opened this issue 1 year ago • 3 comments

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.

vahan1107 avatar Dec 10 '22 07:12 vahan1107