浏览代码

增加地址首页页面

machen 1 年之前
父节点
当前提交
953ac65c76
共有 1 个文件被更改,包括 17 次插入0 次删除
  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>