Johnny J

Results 9 comments of Johnny J

Of course, I have installed the `vite-plugin-windicss` dependency package ![image](https://user-images.githubusercontent.com/50100681/119482917-ff371780-bd86-11eb-9d58-a4a44d09ef2e.png) The blue curve is because I installed the `Code Spell Checker` plug-in in `vscode` to check for incorrect English words...

My project uses `TypeScript` so I only tested `.ts`. I just tested the `.js` file, and it seems that the plugin will not work. The following is a picture of...

At present, `WindiCSS IntelliSense` seems to conflict with other plugins, which will cause the issue of `WindiCSS IntelliSense` not working. For details, please see [#149](https://github.com/windicss/windicss-intellisense/issues/149) and [#132](https://github.com/windicss/windicss-intellisense/issues/132), which may help...

在没有上级页面时,用户的返回操作不会触发 `onBackPress` 或 `beforeRouteLeave` 回调,而是直接会报错并触发 `routerErrorEach` 回调

@SilurianYang 感谢你的回复!我想在页面上显示了 `Modal` 弹窗时,如果用户执行返回操作时,则优先关闭弹窗,待弹窗全部关闭后,在做退出应用的操作,而不是直接退出程序。但目前的 demo 只能在有上级页面的时候才能实现优先关闭弹窗阻止路由返回,如果没有上的级页面,就无法优先关闭弹窗,因为它不会触发 `onBackPress` 或 `beforeRouteLeave` 回调。

Same question. Want to know how it's going?

What's the progress? `Lingui` is really great. I like it very much and thank you for your active maintenance, but this question may determine whether my project can use it....