mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-24 10:44:21 +00:00
9 lines
146 B
Vue
9 lines
146 B
Vue
<script>
|
|
import Backdrop from "./components/Backdrop.vue";
|
|
</script>
|
|
<template>
|
|
<div>
|
|
<Backdrop />
|
|
<router-view />
|
|
</div>
|
|
</template>
|