<input type="text" id="username" @keyup.enter="submit">这么写就可以<el-input v-model="input" placeholder="请输入内容" @keyup.enter="submit"></el-input>中的按键事件为什么不起作用?求教大神! 查看完整描述