|
|
@ -37,5 +37,5 @@ import LogicFlowView from './Workflow/logicFlowView.vue'
|
|
|
|
import OutputView from './Workflow/outputView.vue'
|
|
|
|
import OutputView from './Workflow/outputView.vue'
|
|
|
|
import ResultsView from './Workflow/resultsView.vue'
|
|
|
|
import ResultsView from './Workflow/resultsView.vue'
|
|
|
|
import SettingList from './Settings/settingList.vue'
|
|
|
|
import SettingList from './Settings/settingList.vue'
|
|
|
|
const isOpenSetting = ref<boolean>(true)
|
|
|
|
const isOpenSetting = ref<boolean>(false)
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|