dash14 / v-network-graph

An interactive network graph visualization component for Vue 3
https://dash14.github.io/v-network-graph/
MIT License
504 stars 44 forks source link

Failed to resolve import "v-network-graph/lib/layouts/force" Does the file exist? #141

Closed Koffer0-0 closed 8 months ago

Koffer0-0 commented 9 months ago

Hey, have issue with the importng ForceLayout, even installing and uninstaling d3-force, didn't help. I saw that installing the lib not required. The reason that, I can navigate to this file, but vite plugin gives error.

import {ForceLayout} from "v-network-graph/lib/layouts/force"; image

dash14 commented 8 months ago

Hi @Koffer0-0, Please try the following code!

import { ForceLayout } from "v-network-graph/lib/force-layout"
Koffer0-0 commented 8 months ago

Thanks! it works!