Auskommentiertes Array wieder hinzugefügt

This commit is contained in:
Edwina Barbalan 2019-07-02 15:06:46 +02:00
parent 83d1d4dea8
commit 95a0ff3913

View File

@ -184,7 +184,7 @@
<router-link to="/profil" class="navbar-item has-text-centered"><i class="material-icons">person</i></router-link>
</nav>
</div>
-->
<script>
var tagArray = ["lorem"];
const dat=[
@ -192,8 +192,9 @@
'efi',
'wichtig',
];
</script>
const routes = [
<!-- const routes = [
{ path: "/", component: HomeRouter },
{ path: "/home", component: HomeRouter },
{ path: "/files", component: FileRouter },
@ -203,9 +204,8 @@
];
const router = new VueRouter({
routes
});
}); -->
-->
<script>
var app = new Vue({
router,