Vue+go.js 去掉点击时绘图区域的外边框问题,按照网上的方法,添加了一个样式,但是都不生效。样式是这样的:
<style scioed> canvas { outline: none; } </style>
scioed 是 scoped么border改为null试试