logic-helper
Version:
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
38 lines (37 loc) • 411 B
JSON
{
"name": "",
"link": [
"a>>b",
"Start>>a",
"e>>a",
"f>>End",
"b>>c",
"c>y>d",
"c>n>e",
"c>n1>g",
"g>y>f",
"g>n>b",
"d>>i",
"i>n>h",
"i>y>f",
"h>>End",
"i>Yes>e"
],
"node": [
"Start",
"End",
"a",
"b",
"e",
"d",
"f",
"c",
"g",
"h",
"i"
],
"topo": {
"name": "test3",
"group": "test"
}
}