create re-usable components

This commit is contained in:
geoffrey45
2022-01-22 12:04:33 +03:00
parent f6787421c3
commit 7945c04a06
9 changed files with 283 additions and 181 deletions
+2
View File
@@ -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;