mkampmey
Results
2
comments of
mkampmey
I got this to work by using component based localization and adding vue-18n to `externals`.
@TorusHelm Sure! So I have a single file component which looks somehow like this: ``` export default { name: 'MyComponent', i18n: { messages: { en: { "foo": "bar" } }...