index.vue 200 B

12345678910
  1. <template>
  2. <Container empty title="挑战" :showBack="false">
  3. </Container>
  4. </template>
  5. <script setup>
  6. import Container from "../../components/Container/Container.vue";
  7. </script>
  8. <style></style>