1. 确定TypeError: isFunction is not a function错误的上下文 这个错误通常发生在调用 isFunction 函数时。你需要检查引发错误的代码行,看看 isFunction 是如何被调用的。 2. 检查代码中isFunction的使用方式 确保你调用 isFunction 的方式是正确的,即使用圆括号 () 来调用它。例如: ...
After this import (even without using it afterwards) I get the following error: I looked into the module export of vuedraggable and it seems that there is no real esm export. Instead it uses the umd export. Maybe this is the reasoon why this error occurs. ...