From f2433a2fb08c167b45a9fc26f2fa178a76ab807b Mon Sep 17 00:00:00 2001 From: qiyunfeng-create <1940665526@qq.com> Date: 星期三, 20 八月 2025 10:40:02 +0800 Subject: [PATCH] 个人中心-img --- 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