From b15a997e95d715c41df3a76aecbf58ec1141ab53 Mon Sep 17 00:00:00 2001 From: qiyunfeng-create <1940665526@qq.com> Date: 星期四, 21 八月 2025 18:37:17 +0800 Subject: [PATCH] 个人中心-接口测试 --- src/App.vue | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/App.vue b/src/App.vue new file mode 100644 index 0000000..24f73b1 --- /dev/null +++ b/src/App.vue @@ -0,0 +1,13 @@ +<script setup> +import { RouterView } from 'vue-router' +</script> + +<template> + <RouterView /> +</template> + +<style scoped> +#app { + width: 100%; +} +</style> -- Gitblit v1.9.1