Browse Source

Auskommentiertes Array wieder hinzugefügt

master
Edwina Barbalan 4 years ago
parent
commit
95a0ff3913
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      public/index.html

+ 4
- 4
public/index.html 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,

Loading…
Cancel
Save