定义ref链
在方法中执行
this.$refs.UI.style.setProperty("--color",localStorage.getItem("colorValue"));//给变量赋值(后面这个是要取得的参数)
style上面应该写
2024-01-10 22:27:22
定义ref链
在方法中执行
this.$refs.UI.style.setProperty("--color",localStorage.getItem("colorValue"));//给变量赋值(后面这个是要取得的参数)
style上面应该写