feat:移除了弹窗,服务器添加sls
This commit is contained in:
13
apps/app-frontend/src/pages/instance/Overview.vue
Normal file
13
apps/app-frontend/src/pages/instance/Overview.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>{{ instance.name }} overview</template>
|
||||
<script setup lang="ts">
|
||||
import type ContextMenu from '@/components/ui/ContextMenu.vue'
|
||||
import type { GameInstance } from '@/helpers/types'
|
||||
|
||||
defineProps<{
|
||||
instance: GameInstance
|
||||
options: InstanceType<typeof ContextMenu>
|
||||
offline: boolean
|
||||
playing: boolean
|
||||
installed: boolean
|
||||
}>()
|
||||
</script>
|
||||
Reference in New Issue
Block a user