浏览代码

: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>

正在加载...
取消
保存