mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-uniapp
synced 2025-08-08 08:22:42 +08:00
10 lines
136 B
Vue
10 lines
136 B
Vue
<template>{{ $t('app.name') }}</template>
|
|
|
|
<route lang="json">
|
|
{
|
|
"style": {
|
|
"navigationBarTitleText": "%app.name%"
|
|
}
|
|
}
|
|
</route>
|