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

<router-link to="/profil" class="navbar-item has-text-centered"><i class="material-icons">person</i></router-link> <router-link to="/profil" class="navbar-item has-text-centered"><i class="material-icons">person</i></router-link>
</nav> </nav>
</div> </div>
-->
<script> <script>
var tagArray = ["lorem"]; var tagArray = ["lorem"];
const dat=[ const dat=[
'efi', 'efi',
'wichtig', 'wichtig',
]; ];
</script>


const routes = [
<!-- const routes = [
{ path: "/", component: HomeRouter }, { path: "/", component: HomeRouter },
{ path: "/home", component: HomeRouter }, { path: "/home", component: HomeRouter },
{ path: "/files", component: FileRouter }, { path: "/files", component: FileRouter },
]; ];
const router = new VueRouter({ const router = new VueRouter({
routes routes
});
}); -->


-->
<script> <script>
var app = new Vue({ var app = new Vue({
router, router,

Loading…
Cancel
Save