Wayne Yang

Results 9 comments of Wayne Yang

Can't make `nvs` to work property over company proxy.

I also run into this problem, any updates?

> umd目录下已经提供了 我意思是希望`interpreter.evaluate`能支持sourcemap, 这样方便调试。

@hooray I updated my theme/index.ts to import ZoomImg, it works fine in dev mode but breaks in build mode. Vitepress cannot handle the img assets in build mode, the image...

> 坐等解决这个问题 最好是小程序支持配置路由和文件夹路径的配置,类似百度小程序。 但是小程序不支持,我是建了个空页面,做的重定向,避免原二维码失效。

Same problem here, any updates?

Our app has a dynamic route to load asynchronous components(thousands) which are built in a separated project. The async component will inject style tags to head when loaded, we want...

Because some async components add global styles(without scoped), when the route changes, I want to remove the side effects(global styles) when loading another async component.

I've updated the PR by changing `attrs` to `attributes`.