mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Added a new route
Mainly for test and dev purposes
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
<script setup>
|
||||
import { RouterLink, RouterView } from 'vue-router'
|
||||
import app_footer from './components/footer.vue';
|
||||
import GOLbackground from '@/components/GOLbackground.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<GOLbackground />
|
||||
|
||||
<RouterView/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user