Replies: 5 comments
-
你能不能做一个可重现的小的项目,这样我能帮你排查一下原因? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
麻烦作者大大了❀❀❀ |
Beta Was this translation helpful? Give feedback.
0 replies
-
第一个问题: // 错误的写法
// import 'jsmind/es6/jsmind.draggable-node.js';
// 正确的写法
import 'jsmind/draggable-node' 第二个问题 let options = reactive({
...
// editable: false, // 禁用编译后就不能拖拽了,因为拖拽节点也是一种编辑
editable: true, // [可选] 是否启用编辑
...
}) |
Beta Was this translation helpful? Give feedback.
0 replies
-
由于是使用问题,我把这个 issue 关闭了哈。后面可以在 discussion 里继续讨论。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
0.8.7版本vue3项目通过npm包安装无法使用拖拽功能
Beta Was this translation helpful? Give feedback.
All reactions