mobileIndex.vue 128 B

12345678
  1. <template>
  2. <el-row>手机端</el-row>
  3. </template>
  4. <script setup lang="ts">
  5. </script>
  6. <style scoped lang="scss"></style>