Browse Source

基础架构

ZaiZai 2 years ago
parent
commit
0e309a39b7
1 changed files with 19 additions and 0 deletions
  1. 19 0
      src/views/user/index.vue

+ 19 - 0
src/views/user/index.vue

@@ -0,0 +1,19 @@
+<template>
+    <HcCard>
+        1111
+    </HcCard>
+</template>
+
+<script setup>
+import {ref, watch} from "vue";
+import {useAppStore} from "~src/store";
+
+</script>
+
+<style lang="scss" scoped>
+
+</style>
+
+<style lang="scss">
+
+</style>