瀏覽代碼

: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…
取消
儲存