陈晟
陈晟
我看了vue-admin-box-template 的代码里面的element-plus使用的还是 1.0.2-beta.48 这个版本,后期有升级的计划吗?
我在你的基础上改了一下加上了audio,但是设置autoplay并不能成功,设置loop是可以循环播放的,但是无法自动播放,代码在浏览器环境下没问题,是vscode有什么限制吗? ```javascript const bgmPath = vscode.Uri.file( path.join(context.extensionPath, "images", "song.ogg") ).with({ scheme: "vscode-resource" }); this.panel.webview.html = ` 杨超越 cshenger君,代码写久了,休息一下吧~~~ Your browser does not support the audio element. eval('var audio = document.getElementById("audio");setTimeout(function()...
我目前基于最新的3.0.8的版本改造这个项目,但是node_detail.tsx中的$router是从哪里来的? 谢谢。 ```javascript componentWillMount() { const { full_name } = this.$router.params; // 我不太懂这个$router是怎么来的,前端会报错 Taro.setNavigationBarTitle({ title: decodeURI(full_name), }); } ```