mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
prevent type coercion
- remove unused imports - minor refactors and cleanups
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
|
||||
const menus = [
|
||||
{
|
||||
@@ -71,10 +70,9 @@ const props = defineProps({
|
||||
}
|
||||
|
||||
.side-nav-container {
|
||||
padding: $small;
|
||||
color: #fff;
|
||||
margin-bottom: 1rem;
|
||||
padding-top: 10px;
|
||||
padding: 10px $small $small;
|
||||
margin-top: 1rem;
|
||||
text-transform: capitalize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user