소스 검색

:recycle: switching app component

tags/0.0.1
J 4 년 전
부모
커밋
9a3da93516
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      frontend/src/App.vue

+ 4
- 4
frontend/src/App.vue 파일 보기

@@ -1,7 +1,7 @@
1
-<template>
2
-  <div id="app">
3
-    <router-view :key="$route.path"/>
4
-  </div>
1
+<template lang="pug">
2
+navbar
3
+main
4
+    router-view
5 5
 </template>
6 6
 
7 7
 <script>

Loading…
취소
저장