wip: shopping cart, product options

This commit is contained in:
Nikita Kiselev
2025-07-22 23:07:10 +03:00
parent 626ee6ecb0
commit db18f3ae16
21 changed files with 429 additions and 186 deletions

View File

@@ -6,9 +6,9 @@ import { router } from './router';
import { createPinia } from 'pinia';
const config = {
night_auto: false,
night_auto: true,
theme: {
light: 'fantasy',
light: 'light',
dark: 'dark',
}
};