mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-07 03:35:35 +00:00
remove comments
This commit is contained in:
parent
615901af61
commit
e8d2f31989
@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div class="album-h" @contextmenu="hideShowContext" id="album-h">
|
||||
<!-- <ContextMenu /> -->
|
||||
<div class="a-header">
|
||||
<div
|
||||
class="image art shadow-lg"
|
||||
@ -35,11 +34,6 @@
|
||||
<script setup>
|
||||
import state from "@/composables/state.js";
|
||||
import perks from "@/composables/perks.js";
|
||||
// import ContextMenu from "../contextMenu.vue";
|
||||
// import { reactive, ref } from "vue";
|
||||
// import useContextStore from "@/stores/context.js";
|
||||
|
||||
// const contextStore = useContextStore();
|
||||
|
||||
const props = defineProps({
|
||||
album_info: {
|
||||
@ -48,15 +42,6 @@ const props = defineProps({
|
||||
},
|
||||
});
|
||||
|
||||
// const hideShowContext = (e) => {
|
||||
// e.preventDefault();
|
||||
// e.stopPropagation();
|
||||
|
||||
// contextStore.showContextMenu(e);
|
||||
// };
|
||||
|
||||
// const context_hide = ref(true);
|
||||
|
||||
function playAlbum() {
|
||||
perks.updateQueue(state.album.tracklist[0], "album");
|
||||
}
|
||||
@ -144,7 +129,7 @@ function playAlbum() {
|
||||
width: 6rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background: $highlight-blue;
|
||||
background: $blue;
|
||||
padding: $small;
|
||||
cursor: pointer;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user