Nidhogg·D·Joking

Results 6 comments of Nidhogg·D·Joking

做的很不错,专门来github上star的

> 2.10.1 谷歌浏览器 确实有这个问题 花了几分钟处理了下感觉还行 ```js mounted () { this.$watch( () => { return this.$refs.input.passwordVisible }, (val) => { this.$refs.input.blur(); this.$refs.input.focus(); } ) } ``` https://codepen.io/JokingLulu/pen/ZEqLROz

可以尝试使用`$message` 或者使用 `navigator.clipboard.writeText()`代替`document.execCommand('copy')`