🌈 搜索
📅  最后修改于: 2022-03-11 14:53:02.953000             🧑  作者: Mango
export default { methods: { focusInput() { this.$refs.email.focus(); } } }