chore(docs): cleanup theming examples
This commit is contained in:
@@ -68,7 +68,7 @@ import { VueFlow } from '@vue-flow/core'
|
||||
const elements = ref([
|
||||
{
|
||||
id: '1',
|
||||
position: {x: 50, y: 50},
|
||||
position: { x: 50, y: 50 },
|
||||
label: 'Node 1',
|
||||
}
|
||||
]);
|
||||
@@ -77,7 +77,7 @@ onMounted(() => {
|
||||
elements.value.push({
|
||||
id: '2',
|
||||
label: 'Node 2',
|
||||
position: {x: 150, y: 50},
|
||||
position: { x: 150, y: 50 },
|
||||
})
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user