reorderd code

This commit is contained in:
Sebastian Frank
2017-08-24 13:23:03 +02:00
parent 8626a47e2e
commit 931c142e16
8 changed files with 93 additions and 65 deletions

View File

@@ -14,10 +14,7 @@
</head>
<body>
<div id="vue-app">
<navigation src="conf/navigation.json"></navigation>
<transition name="component-fade" mode="out-in">
<router-view></router-view>
</transition>
<app :navigation-items="navItems"></app>
</div>
<script src="build/app.js"></script>
</body>