• This project
    • Loading...
  • Sign in

2020-1-capstone-design1 / COP_Project1

%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
  • COP_Project1
  • project
  • web
  • appcontents
  • frontend
  • layouts
  • FormLayout.vue
  • Flare-k's avatar
    change the DIR · 12f5a974
    12f5a974
    Flare-k authored 2020-06-20 19:31:13 +0900
FormLayout.vue 221 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
<template>
  <v-content>
<!--    nuxt 요소 내부에서 pages에 작성한 .vue 컴포넌트들이 나타남-->
    <nuxt />
  </v-content>
</template>

<script>
  export default {
    name: 'LoginLayout'
  }
</script>