- <script setup>
- import { RouterView } from "vue-router";
- </script>
- <template>
- <RouterView />
- </template>
- <style>
- :root:root {
- --van-primary-color: #981b23;
- --van-base-font: "SourceHanSerifSC-Regular";
- --design-width: 750;
- --design-height: 1424;
- }
- </style>
|