holiber/sl-vue-tree

How to use import

elalienx opened this issue · 2 comments

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?

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?