10 lines
136 B
Vue
10 lines
136 B
Vue
![]() |
<template>{{ $t('app.name') }}</template>
|
||
|
|
||
|
<route lang="json">
|
||
|
{
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "%app.name%"
|
||
|
}
|
||
|
}
|
||
|
</route>
|