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.
36 lines (35 loc) • 591 B
Markdown
const topoTemplate = {
id: '',
topo: {
link: [
'c5>c2',
'b6>b3',
'b5>b1',
'a3>a2',
'c5>a3>a1',
'c0>c1>c2>c3>c4>c5>c6',
],
node: [
"c5",
"c2",
......
]
},
record: {
recordId: [
{
id: 'a0'
},
......
],
......
},
config: {
"id": "1674954979506",
"name": "test",
"group": [
"index"
],
data: {}
}
};