Xc
Xc
I am very happy to receive your feedback, I will investigate it in the near future, and I will reply to you as soon as there is progress.
The problem I have roughly located is that the resources of pwa will not use publicPath, so the matching method of base+publicPath will not take effect on it. I need...
@zhoujinfu You can try version 0.4.0
What if `localhost:8080` is a variable like `"url": window.__dynamic_base__ +"/assets/polyfills-legacy.c9aac887.js"`,does it work
> > What if `localhost:8080` is a variable like `"url": window.__dynamic_base__ +"/assets/polyfills-legacy.c9aac887.js"`,does it work > > No, i think it will not work, because the `sw.js` run in a worker...
Maybe I have a solution, but I still need to try it.
应该是触发了focus-visible,如果有需要使用新版本且不考虑键盘聚焦的功能的话可以先考虑样式覆盖一下,例如 ``` .el-dropdown-link:focus-visible { outline: unset; } ```
请提供一下相关信息,例如vue版本,如果可以的话最好提供一个可以复现的demo
Look #7324 The demo you provided seems to be different from what you need.
> 就是点击label文字,可以选中,多选的情况下 你可以考虑利用插槽,获取到node和data,自定义点击事件