ChenCong

Results 8 comments of ChenCong

本地化什么时候列入开发计划呢?这个功能挺需要的

`unplugin-vue-i18n` the same problem occurs. ![image](https://user-images.githubusercontent.com/9612078/224208752-f1b587e7-788e-4dcd-ba42-e0315979e9cc.png) ![image](https://user-images.githubusercontent.com/9612078/224208795-9c58995f-89f9-4980-804d-73198f47f24e.png) ![image](https://user-images.githubusercontent.com/9612078/224208816-77ac4446-e6a8-4cab-8461-07099e5f75f4.png)

> @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)