rule.vue 191 B

1234567
  1. <script setup>
  2. import Container from "../../components/Container/Container.vue";
  3. </script>
  4. <template>
  5. <Container title="规则"> </Container>
  6. </template>
  7. <style scoped lang="scss"></style>