tried to fix an issue with the active button being changed without updating the router

This commit is contained in:
ajdj100
2023-10-10 01:00:44 -04:00
parent 4d47506f45
commit a2de408747

View File

@@ -52,7 +52,7 @@ export default {
display: flex;
align-items: center;
justify-content: center;
margin: 10px;
/* margin: 10px; */
padding: 10px;
transition: color 0.2s ease-in-out;
}
@@ -65,4 +65,8 @@ export default {
border: 2px solid var(--accent-primary);
border-radius: 10px;
}
div {
padding: 10px;
}
</style>