i18n.vue 136 B

12345678910
  1. <template>{{ $t('app.name') }}</template>
  2. <route lang="json">
  3. {
  4. "style": {
  5. "navigationBarTitleText": "%app.name%"
  6. }
  7. }
  8. </route>