• This project
    • Loading...
  • Sign in

2020-1-capstone-design1 / PKH_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 2
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • PKH_Project1
  • web
  • frontend-old
  • src
  • components
  • List.vue
  • Yoonjunhyeon's avatar
    backend 파일 업로드 완료 · 1a0d3bcd
    1a0d3bcd
    Yoonjunhyeon authored 2020-05-02 21:46:16 +0900
List.vue 146 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
<template>
	<div>
		<v-layout></v-layout>
		<v-card></v-card>
	</div>
</template>

<script>
	export default {};
</script>

<style scoped></style>