2024-01-29 14:48:07 +08:00
|
|
|
<route lang="json">
|
|
|
|
{
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "%app.name%"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</route>
|
2024-01-29 18:59:17 +08:00
|
|
|
|
|
|
|
<template>{{ $t('app.name') }}</template>
|
|
|
|
|
|
|
|
<script lang="ts" setup>
|
|
|
|
import { testI18n } from '@/utils/index'
|
|
|
|
|
|
|
|
testI18n()
|
|
|
|
</script>
|