reordered for custom views

This commit is contained in:
Sebastian Frank
2017-08-29 15:51:50 +02:00
parent 5b250b02fe
commit f7de209197
10 changed files with 51 additions and 51 deletions

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Vue Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.component-fade-enter-active, .component-fade-leave-active {
transition: opacity .3s ease;
@@ -14,7 +15,7 @@
</head>
<body>
<div id="vue-app">
<app :navigation-items="navItems"></app>
<app></app>
</div>
<script src="build/app.js"></script>
</body>