Problem use he-tree-vue
Archie1978 opened this issue · 5 comments
Archie1978 commented
I have trouble using your package in version he-tree-vue@4.0.0-beta.2 and vue@3.0.0 on the project https://github.com/phphe/vue-cli-typescript-he-tree-test. I have its error messages but I can't find the problem. Can you help me ?
he-tree-vu not found into components/ServersTreeView/index.tsx and type/index.
phphe commented
use he-tree-vue@3
phphe commented
npm install he-tree-vue@3
Archie1978 commented
Yes it is a version 3.
"core-js": "^3.6.5",
"he-tree-vue": "3",
"vue": "^3.0.0",
"vue-class-component": "^8.0.0-0",
"vue-property-decorator": "^9.1.2",
"vue-router": "^4.0.0-0",
"vue-tsx-support": "^3.2.0",
"vuex": "^4.0.0-0"
phphe commented
The example use v1. Some types like prop_draggable_droppable are private in v3. I'm not going to fix it. I recommend @he-tree/vue
Archie1978 commented
Great thanks you 👍
