dash14 / v-network-graph

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

Expected '<component>' elements to have 'v-bind:is' attribute #33

Closed RainBoltz closed 2 years ago

RainBoltz commented 2 years ago

Hi, I got a error message while trying the example about custom nodes:

Expected '<component>' elements to have 'v-bind:is' attribute

then I fixed it by changing line 13

<component is="style">

into

<component :is="'style'">

don't know if this is a bug or just my environment issue? thanks!

RainBoltz commented 2 years ago

oooops sorry it's related to my eslint setting, I will close this issue now.