generated from Seekra/repository-template
Remove main content wrapper
This commit is contained in:
+1
-4
@@ -17,7 +17,6 @@ limitations under the License.
|
|||||||
<script setup>
|
<script setup>
|
||||||
import Navbar from './features/nav/components/Navbar.vue';
|
import Navbar from './features/nav/components/Navbar.vue';
|
||||||
import Footer from './features/footer/components/Footer.vue';
|
import Footer from './features/footer/components/Footer.vue';
|
||||||
import BaseLayout from './layouts/BaseLayout.vue';
|
|
||||||
|
|
||||||
import { useColorScheme } from './features/colorScheme/composables/useColorScheme';
|
import { useColorScheme } from './features/colorScheme/composables/useColorScheme';
|
||||||
import { ref, provide, watch } from 'vue';
|
import { ref, provide, watch } from 'vue';
|
||||||
@@ -36,9 +35,7 @@ watch(colorScheme, val => updateColorScheme(val))
|
|||||||
>
|
>
|
||||||
<Navbar />
|
<Navbar />
|
||||||
|
|
||||||
<BaseLayout class="main-content">
|
<router-view class="main-content" />
|
||||||
<router-view />
|
|
||||||
</BaseLayout>
|
|
||||||
|
|
||||||
<Footer />
|
<Footer />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user