Ver código fonte

:recycle: switching app component

tags/0.0.1
J 4 anos atrás
pai
commit
9a3da93516
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4
    4
      frontend/src/App.vue

+ 4
- 4
frontend/src/App.vue Ver arquivo

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

Carregando…
Cancelar
Salvar