10 lines
174 B
Vue
10 lines
174 B
Vue
<script setup></script>
|
|
|
|
<template>
|
|
<a-card>
|
|
<a-card-meta :title="'GameView'" :description="'GameView'"> </a-card-meta>
|
|
</a-card>
|
|
</template>
|
|
|
|
<style scoped></style>
|