在main.js配置   Vue.config.keyCodes.f1 = 112

然后可以在页面上@keyup.f12='demo'

 

demo(){
  console.log('demo')
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
  • 2021-09-16
  • 2021-09-03
  • 2021-08-29
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-04
  • 2022-12-23
  • 2021-10-07
  • 2022-12-23
相关资源
相似解决方案