index.vue 197 B

123456789
  1. <template>
  2. <Container title="学习本" empty></Container>
  3. </template>
  4. <script setup>
  5. import Container from "@/components/Container/Container.vue";
  6. </script>
  7. <style scoped lang="scss"></style>