feat: 日常优化

This commit is contained in:
meilin.huang
2022-02-14 14:58:25 +08:00
parent 2698157ce7
commit 5def4bc26d
14 changed files with 234 additions and 139 deletions

View File

@@ -6,7 +6,7 @@
<script lang="ts">
import SshTerminal from './SshTerminal.vue';
import { reactive, toRefs, onBeforeMount, defineComponent, onMounted } from 'vue';
import { reactive, toRefs, defineComponent, onMounted } from 'vue';
import { useRoute } from 'vue-router';
export default defineComponent({