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