8 lines
119 B
Vue
8 lines
119 B
Vue
<script setup lang="ts">
|
|
import Background from "./Background.vue";
|
|
</script>
|
|
|
|
<template>
|
|
<Background />
|
|
</template>
|