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

刘远 / 3d_dc

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 1
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • 3d_dc
  • src
  • views
  • Home.vue
  • 刘远's avatar
    s · d0cdc4c4
    d0cdc4c4
    刘远 committed 2020-07-23 10:54:56 +0800
Home.vue 371 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">
        <el-button type="primary">首页</el-button>

    </div>
</template>

<script>
    export default {
        name: 'Home',
        components: {},
        data() {
            return {

            }
        },
        mounted() {
            // let aa = this.commons.dateZhuan('yyyy-MM-dd', new Date());
        }
    }
</script>