mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
create re-usable components
This commit is contained in:
@@ -75,6 +75,7 @@ export default {
|
||||
};
|
||||
|
||||
const collapseSearch = () => {
|
||||
console.log('hooooo')
|
||||
search.value = false;
|
||||
};
|
||||
|
||||
@@ -131,6 +132,7 @@ export default {
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 100%;
|
||||
padding: 0 $small;
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr;
|
||||
|
||||
Reference in New Issue
Block a user