摘要:
changeInt(msg) { // 判断是否为颜色的16进制 console.log(msg); var reg = /^#([0-9a-fA-F]{6}|[0-9a-fA-F]{3})$/; console.log(reg.test(msg)); }, <input type="number" 阅读全文
摘要:
定义ref链 在方法中执行 this.$refs.UI.style.setProperty("--color",localStorage.getItem("colorValue"));//给变量赋值(后面这个是要取得的参数) style上面应该写 阅读全文