add flow editor left component

This commit is contained in:
dt
2023-09-07 07:54:53 +08:00
parent 100d8de54f
commit 6a06c71104
4 changed files with 121 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
</div>
<div class="q-pa-md">
<div class="row">
<div class="col-3 column">
<div class="col-2 column">
<ItemSelector />
<div class="col-auto"><ControlPanel /></div>
</div>
@@ -24,7 +24,7 @@
<script setup lang="ts">
import ItemSelector from 'components/flowEditor/left/ItemSelector.vue';
import ControlPanel from 'components/flowEditor/left/ControlPanel.vue';
import ControlPanel from 'components/flowEditor/left/ControlPanelC.vue';
interface FlowEditorPageProps {
title: string;
}