vue-draggable-nested-tree icon indicating copy to clipboard operation
vue-draggable-nested-tree copied to clipboard

not compatible with corejs@3 ?

Open smilingkite opened this issue 4 years ago • 7 comments

I had trouble upgrading from 2.1.17 to 2.2.18, as it doesn't work with corejs@3.

I have now reproduced that problem with vue cli upgraded to corejs@3 as recommended in this stackoverflow answer: https://stackoverflow.com/questions/56686472/how-to-setup-a-vue-cli-with-vuetify-project-to-run-with-ie-11

Among other things, it can't find : core-js/library/fn/get-iterator

smilingkite avatar Aug 21 '19 08:08 smilingkite

I have not got this problem. Try reinstall node_modules

phphe avatar Sep 17 '19 04:09 phphe

Here's the error:

  • core-js/library/fn/get-iterator in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js
  • core-js/library/fn/object/assign in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js
  • core-js/library/fn/object/define-property in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js
  • core-js/library/fn/object/keys in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js
  • core-js/modules/es6.array.find in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js
  • core-js/modules/es6.function.name in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js
  • core-js/modules/es6.number.constructor in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js
  • core-js/modules/es6.regexp.replace in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js
  • core-js/modules/web.dom.iterable in ./node_modules/vue-draggable-nested-tree/dist/vue-draggable-nested-tree.es.js

core-js 3 renamed es6 to es and es7 to esnext

re-thc avatar Oct 14 '19 16:10 re-thc

I'm having the same issue

l-campbell avatar Oct 15 '19 18:10 l-campbell

Same issue using "core-js": "^3.3.2" "vue-draggable-nested-tree": "^2.2.18"

matiyin avatar Nov 03 '19 12:11 matiyin

same issue

killjin avatar Dec 28 '19 12:12 killjin

same here

divdax avatar Jan 02 '20 11:01 divdax

Thank for your use. I published he-tree-vue. vue-draggable-nested-tree will no longer be updated. try this https://he-tree-vue.phphe.com/

phphe avatar Jan 10 '20 14:01 phphe