• This project
    • Loading...
  • Sign in

LI WENHAO / Running-Football

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Running-Football
  • ..
  • Home
  • index.vue
  • LI WENHAO's avatar
    add blog-admin part · 915aa61b ...
    915aa61b
    add server\admin UI
    server:
      blog manage\label manage\message manage\upload\user
    admin UI:login mode\home\user\auth\label\article\
    LI WENHAO authored 2021-12-07 17:13:21 +0800
index.vue 291 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 21
<template>
  <div class="home-container">home</div>
</template>

<script>
export default {
  name: "home",
  components: {},
  computed: {},
  data() {
    return {};
  },
  created() {},
  mounted() {},
  methods: {},
};
</script>


<style lang="less" scoped>
</style>