mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
add more bugs
This commit is contained in:
@@ -28,7 +28,7 @@ export default {
|
||||
}
|
||||
|
||||
.folder-top .fname {
|
||||
width: 50%;
|
||||
// width: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
|
||||
@@ -137,6 +137,12 @@ export default {
|
||||
const current = ref(perks.current);
|
||||
const search_query = ref(state.search_query);
|
||||
|
||||
function doNothing(e) {
|
||||
e.preventDefault();
|
||||
e.stopImmediatePropagation();
|
||||
console.log('mwathani')
|
||||
}
|
||||
|
||||
const searchSongs = computed(() => {
|
||||
const songs = [];
|
||||
|
||||
@@ -162,6 +168,7 @@ export default {
|
||||
|
||||
return {
|
||||
searchSongs,
|
||||
doNothing,
|
||||
songtitle,
|
||||
songTitleWidth,
|
||||
minWidth,
|
||||
|
||||
Reference in New Issue
Block a user