add more bugs

This commit is contained in:
geoffrey45
2022-01-10 08:24:40 +03:00
parent 1cbf770fee
commit cdfdadaa68
13 changed files with 186 additions and 104 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export default {
}
.folder-top .fname {
width: 50%;
// width: 50%;
display: flex;
align-items: center;
+7
View File
@@ -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,