-
I'm running a project based on the documentation on the vue-adapter. /src/i18n/nl/index.ts
and /src/i18n/en/index.ts
The plugin is initialised in main.ts
My watcher keeps telling me: Any idea if I'm missing anything? |
Beta Was this translation helpful? Give feedback.
Answered by
ivanhofer
Jun 5, 2023
Replies: 1 comment
-
You must import the types |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
notflip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You must import the types
BaseTranslation
andTranslation
via a relative path. This is a limitation due toTypeScript
needing to resolve all imports in a locale folder.