mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
rewrite search tabbing
This commit is contained in:
@@ -38,9 +38,11 @@ import LoadMore from "./LoadMore.vue";
|
||||
|
||||
const search = useSearchStore();
|
||||
|
||||
defineProps<{
|
||||
const props = defineProps<{
|
||||
album_grid?: boolean;
|
||||
}>();
|
||||
|
||||
console.log(search.albums);
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user