|
|
|
@ -23,9 +23,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
import CategoryChooser from './category_chooser.vue'
|
|
|
|
import CategoryChooser from './category_chooser.vue'
|
|
|
|
import { getHours, getMinutes, createTimeObj, getAccumulatedSeconds, formatSeconds } from '../libs/time.js'
|
|
|
|
import { getHours, getMinutes, createTimeObj, getAccumulatedSeconds, formatSeconds } from '../libs/time.js'
|
|
|
|
import { copiedSongs, currentWorkingCategory, currentWorkingInstrument } from '../libs/state.js'
|
|
|
|
import { copiedSongs, currentWorkingCategory, currentWorkingInstrument, description } from '../libs/state.js'
|
|
|
|
|
|
|
|
|
|
|
|
const description = ref('')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const removeSong = (song) => {
|
|
|
|
const removeSong = (song) => {
|
|
|
|
copiedSongs.value = copiedSongs.value.filter(curr => curr !== song)
|
|
|
|
copiedSongs.value = copiedSongs.value.filter(curr => curr !== song)
|
|
|
|
|