ping-xiong
ping-xiong
It works for me. Change: `const router = new VueRouter({ mode: 'history', base: process.env.BASE_URL, routes })` to `const router = new VueRouter({ mode: 'hash', base: process.env.BASE_URL, routes })`
已经停止维护了
Do these fixes need to be added to this function [extract_ui_camera_view](https://github.com/bevyengine/bevy/blob/a266e7e642209b8aa821a486ef5c2605193c8bbe/crates/bevy_ui/src/render/mod.rs#L655) ? I used these codes on this function and it fixed my problem. Thanks a lot!