How to use import
elalienx opened this issue · 2 comments
elalienx commented
Hi, great node tree component.
There is a way to use in a Vue CLI 3.0 project that uses import to get the node modules, instead of using a script tag?
holiber commented
es imports should work fine
import SlVueTree, { ISlTreeNode, ISlTreeNodeModel, ICursorPosition } from 'sl-vue-tree';rudda commented
It's works for me....
It's possible add it on readme.md file?