gwy-exam/client/src/views/questions/QuestionsView.vue
2026-08-31 16:50:38 +08:00

8 lines
142 B
Vue

<script setup lang="ts">
import ComingSoon from '../../components/feedback/ComingSoon.vue'
</script>
<template>
<ComingSoon />
</template>