This commit is contained in:
pa
2026-03-09 14:24:00 +09:00
parent c26c562d0e
commit d2d3dc8f13
32 changed files with 1128 additions and 801 deletions

View File

@@ -5,7 +5,9 @@ vi.mock('vue-sonner', () => ({
}));
vi.mock('vue-i18n', () => ({
useI18n: () => ({ t: (key) => key })
useI18n: () => ({ t: (key) => key ,
locale: require('vue').ref('en')
})
}));
import {