ChenCong
ChenCong
本地化什么时候列入开发计划呢?这个功能挺需要的
`unplugin-vue-i18n` the same problem occurs.   
> @kazupon I do use `unplugin-vue-i18n`. And the problem is that it also listens to changes of all `.json` files in the project's folder. Even when `include` option contains only...
`configurePersistable({ storage: window.localStorage, debugMode: true, })`
` `
+1 我也遇到了 什么时候发布新版本,还是回退一个版本可以解决??
了解,不过这确实是实际应用中很需要的一个功能,可以参考一下 vant 的实现原理嘛,[https://github.com/youzan/vant/blob/main/packages/vant/src/tabs/Tabs.tsx](url)
Same problem here.
I saw a similar method to `te` : `$has` [https://s00d.github.io/nuxt-i18n-micro/composables/useI18n#has](https://s00d.github.io/nuxt-i18n-micro/composables/useI18n#has)
Hi, Examples of using tm. **You need to use rt for the locale message returned by tm** ``` {{ rt(content.title) }} {{ rt(paragraph) }} ``` ``` import { defineComponent }...