Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created April 15, 2019 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodrovis/80e420f31c46adceb4dde458a00118b3 to your computer and use it in GitHub Desktop.
Save bodrovis/80e420f31c46adceb4dde458a00118b3 to your computer and use it in GitHub Desktop.
Vue.component('key-prefix', {
i18nOptions: {
keyPrefix: 'info',
},
template: `
<div>
<p>{{ $t('warning') }}</p>
</div>`,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment