- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
540 B
540 B
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12c8c07a-44ef-4a4c-bda8-65b1d7eeb028 | solution | Nuxt 4 explicit Pinia imports required |
|
0.7 | 0.8 | 2026-01-14T02:41:16.746442+00:00 | 2026-01-14T02:41:16.746442+00:00 |
Nuxt 4 breaking change: Pinia stores no longer auto-import. Must explicitly import stores in layouts, pages, and components. Fixed layouts/game.vue with: import { useAuthStore } from '~/store/auth'. Error was: ReferenceError: useAuthStore is not defined