• This project
    • Loading...
  • Sign in

2020-1-CloudComputing / D_Team_Khuloud

%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
  • D_Team_Khuloud
  • front-end
  • src
  • views
  • FileDetail.vue
  • 박기범's avatar
    add edit file function · 0b0fb00b
    0b0fb00b
    박기범 authored 2020-06-08 02:13:18 +0900
FileDetail.vue 221 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<template lang="html">
  <FileDetail></FileDetail>
</template>

<script>
import FileDetail from '@/components/FileDetail'
export default {
  components:{
    FileDetail
  }
}
</script>

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