We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cda1a commit 18c4beaCopy full SHA for 18c4bea
src/pages/demo/page/i18n.vue
@@ -9,6 +9,11 @@
9
10
<template>
11
<view class="center flex-col mt-6">
12
+ <view class="text-red-500 p-4 leading-6">
13
+ 经过我的测试发现,小程序里面会有2处BUG:
14
+ <view>1. 页面标题多语言不生效</view>
15
+ <view>2. 多语言传递的参数不生效,如下 heavy</view>
16
+ </view>
17
<view class="text-green-500">多语言测试</view>
18
<view class="m-4">{{ $t('app.name') }}</view>
19
<view class="m-4">{{ $t('weight', { heavy: 100 }) }}</view>
0 commit comments