Browse Source

增加地址首页页面

machen 1 year ago
parent
commit
953ac65c76
1 changed files with 17 additions and 0 deletions
  1. 17 0
      src/views/address/index.vue

+ 17 - 0
src/views/address/index.vue

@@ -0,0 +1,17 @@
+<template>
+  <div>
+    <h1>地址首页</h1>
+  </div>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style scoped>
+h1 {
+  text-align: center;
+} 
+</style>