refactor: 首次登录重置密码回车提交

This commit is contained in:
caiyuchao
2025-08-15 18:55:06 +08:00
parent 72303ee5e7
commit a4bcce9cbf

View File

@@ -82,7 +82,7 @@ defineExpose({
</script> </script>
<template> <template>
<div> <div @keydown.enter.prevent="handleSubmit">
<Title> <Title>
<slot name="title"> <slot name="title">
{{ title || $t('authentication.resetPassword') }} {{ title || $t('authentication.resetPassword') }}