seeksdream / relation-graph

relation-graph is a relationship graph display component that supports Vue2, Vue3, React. Allowing you to fully customize the graphical elements using HTML/CSS and Vue or React components through slots. 支持Vue和React的 关联关系图谱组件,可以展示如组织机构图谱、股权架构图谱、集团关系图谱等知识图谱,可提供多种图谱布局,包括树状布局、中心布局、力学布局自动布局等。
https://relation-graph.com
MIT License
1.85k stars 488 forks source link

vue2 使用 2.2.3版本 报错 #350

Closed ZhouJing0 closed 1 month ago

ZhouJing0 commented 1 month ago

Module not found: Error: Can't resolve 'screenfull' in '/Users/zhoujing/Documents/study/vue2-webpack-js/node_modules/relation-graph/lib/vue2'

seeksdream commented 1 month ago

在relation-graph的依赖中包含了html2canvas和screenfull

image

如果你的构建项目的配置正确,应该能够处理这里已经明确声明的依赖关系。

这个问题我没法在这里帮你解决,因为每个项目的环境都不太一样。