vue 回车事件不生效
<input v-on:keyup.enter="submit">
如不生效加上 native
<input v-on:keyup.enter.native="submit">
本文来自博客园,作者:沉迷编程的程序员,转载请注明原文链接:https://www.cnblogs.com/codeDevotee/p/13866521.html
欢迎各位找我代写程序,python、c#、web等都可以,加我请注明博客园微信:A15919195482
<input v-on:keyup.enter="submit">
如不生效加上 native
<input v-on:keyup.enter.native="submit">
本文来自博客园,作者:沉迷编程的程序员,转载请注明原文链接:https://www.cnblogs.com/codeDevotee/p/13866521.html
欢迎各位找我代写程序,python、c#、web等都可以,加我请注明博客园微信:A15919195482