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
+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,