代码示例 import { computed, reactive, ref } from 'vue' const isSending = ref(false) const remainingSeconds = ref(60) const buttonCaptchaText =