Skip to content
  • This project
    • Loading...
  • Sign in

dev / pingan-life-index-pro

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • pingan-life-index-pro
  • src
  • pages
  • Home.vue
  • simon's avatar
    默认提交 · ddd34de6
    ddd34de6
    simon committed 2019-10-28 23:55:02 +0800
Home.vue 220 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<template>
  <div class="page">
    index
  </div>
</template>

<script>
export default {
  name: "home",
  components: {
    VHeader
  }
};
</script>

<style lang="scss" scoped>
.home {
  text-align: center;
}
</style>