Auskommentiertes Array wieder hinzugefügt
This commit is contained in:
parent
83d1d4dea8
commit
95a0ff3913
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user