chore(core): cleanup
This commit is contained in:
@@ -18,8 +18,6 @@ export default {
|
|||||||
<template>
|
<template>
|
||||||
<MarkerDefinitions />
|
<MarkerDefinitions />
|
||||||
|
|
||||||
{{ getEdges.map((e) => !!e.hidden) }}
|
|
||||||
|
|
||||||
<svg
|
<svg
|
||||||
v-for="edge of getEdges"
|
v-for="edge of getEdges"
|
||||||
:key="edge.id"
|
:key="edge.id"
|
||||||
|
|||||||
Reference in New Issue
Block a user