$t('message.hello'): {{ $t('message.hello') }}
t('unplugin-hello'): {{ t('unplugin-hello') }} 这个定义在i18n lang="json"的
t('message.greeting'): {{ t('message.greeting') }} 这个在i18n lang="json"没有,会fallback到全局的
$i18n.locale: {{ $i18n.locale }}