Ordnerstruktur verbessert
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<script lang="js">
|
||||
import { RouterView } from 'vue-router';
|
||||
import Navbar from './Navbar.vue';
|
||||
import './assets/parallax/jarallax.js';
|
||||
import './assets/bootstrap/js/bootstrap.bundle.min.js';
|
||||
import './assets/dropdown/js/navbar-dropdown.js';
|
||||
@@ -14,16 +13,13 @@ import './assets/formoid/formoid.min.js';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
RouterView,
|
||||
Navbar
|
||||
RouterView
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<!-- Haupt-Component -->
|
||||
<!-- Navigationsleiste, Footer, Klönkasten etc. -->
|
||||
|
||||
<RouterView/>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user