condtion tree
This commit is contained in:
18
frontend/src/pages/conditionPage.vue
Normal file
18
frontend/src/pages/conditionPage.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<q-page>
|
||||
<div class="flowchart">
|
||||
<node-condition></node-condition>
|
||||
</div>
|
||||
|
||||
</q-page>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import NodeCondition from 'src/components/main/NodeCondition.vue';
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.flowchart {
|
||||
padding-top: 10px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user