SCL插件完成
This commit is contained in:
@@ -10,7 +10,7 @@ import HighlightText from "./modules/HighlightText.vue";
|
||||
import Ed from "./modules/Ed.vue";
|
||||
import Hazop from "./modules/hazop.vue";
|
||||
import Jsa from "./modules/jsa.vue";
|
||||
|
||||
import Scl from "./modules/scl.vue";
|
||||
|
||||
const themeStore = useThemeStore();
|
||||
|
||||
@@ -1653,6 +1653,9 @@ const onBack = () => {
|
||||
<template v-else-if="currentPlugin === 'JSA'">
|
||||
<Jsa @back="onBack" @export="exportAll" />
|
||||
</template>
|
||||
<template v-else-if="currentPlugin === 'SCL'">
|
||||
<Scl @back="onBack" @export="exportAll" />
|
||||
</template>
|
||||
</NDrawerContent>
|
||||
</NDrawer>
|
||||
</NCard>
|
||||
|
||||
Reference in New Issue
Block a user