fix: style

This commit is contained in:
2026-03-23 10:12:55 +01:00
parent 12e9e49f9b
commit 0853424c4e
11 changed files with 110 additions and 38 deletions

View File

@@ -31,6 +31,9 @@ const authStore = useAuthStore()
<RouterLink :to="{ name: 'cart' }">
Cart
</RouterLink>
<RouterLink :to="{ name: 'cart1' }">
Cart1
</RouterLink>
<RouterLink :to="{ name: 'products-list' }">
Products List
</RouterLink>