Skip to content

Instantly share code, notes, and snippets.

@toanalien
Last active April 3, 2017 10:04
Show Gist options
  • Select an option

  • Save toanalien/a8b7128b0ef29baca7d084efcc49e3e7 to your computer and use it in GitHub Desktop.

Select an option

Save toanalien/a8b7128b0ef29baca7d084efcc49e3e7 to your computer and use it in GitHub Desktop.
vue-i18n example config
<template>
<h1>{{ 'Hello world' | translate }}</h1>
</template>
<script>
export default {
data () {
return {
locale: 'en'
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment