| 12345678910111213141516171819 |
- <template>
- <router-view/>
- </template>
- <script setup>
- /*import { useI18n } from 'vue-i18n';
- const { locale } = useI18n();*/
- // 必要时加上去
- </script>
- <style>
- * {
- -webkit-overflow-scrolling: touch;
- }
- * {
- -webkit-tap-highlight-color: transparent;
- }
- </style>
|