unibest/src/pages/index/i18n.vue

10 lines
136 B
Vue
Raw Normal View History

<template>{{ $t('app.name') }}</template>
<route lang="json">
{
"style": {
"navigationBarTitleText": "%app.name%"
}
}
</route>