Browse Source

fix(app): 个人主页信息

EvilDragon 4 months ago
parent
commit
4270cccbbc
1 changed files with 11 additions and 0 deletions
  1. 11 0
      packages/app/src/pages/home/components/test.vue

+ 11 - 0
packages/app/src/pages/home/components/test.vue

@@ -0,0 +1,11 @@
+<script setup lang="ts">
+
+</script>
+
+<template>
+  $END$
+</template>
+
+<style scoped lang="scss">
+
+</style>