添加主机身份卡片视图.
This commit is contained in:
@@ -26,12 +26,13 @@
|
||||
</script>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { computed, ref } from 'vue';
|
||||
import { useAppStore } from '@/store';
|
||||
import HostKeyCardList from './components/host-key-card-list.vue';
|
||||
import HostKeyTable from './components/host-key-table.vue';
|
||||
import HostKeyFormDrawer from './components/host-key-form-drawer.vue';
|
||||
|
||||
import { computed, ref } from 'vue';
|
||||
import { useAppStore } from '@/store';
|
||||
|
||||
const table = ref();
|
||||
const card = ref();
|
||||
const drawer = ref();
|
||||
|
||||
Reference in New Issue
Block a user