mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
b070601d4d
+ rename css folder to scss
15 lines
202 B
Vue
15 lines
202 B
Vue
<template>
|
|
<div class="home t-center">
|
|
<home />
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import Home from "@/components/Home.vue";
|
|
</script>
|
|
<style>
|
|
.home {
|
|
padding-left: 20px;
|
|
}
|
|
</style>
|