解决办法: 直接使用@selectstart.prevent即可。 <template> <div @pointerup="xxx" @selectstart.prevent>快速点击我</div> </template> <script> </script>