Open lyublueberry opened 4 weeks ago
Provide a based on CodeSandbox or stackblitz `s Minimal Reproducible Example
Предоставьте минимальный воспроизводимый пример на основе CodeSandbox или stackblitz
https://codesandbox.io/p/sandbox/2zj98t the error in the console is similar to the error in my project
Provide a based on CodeSandbox or stackblitz `s Minimal Reproducible Example
Describe the bug
if the fields are empty and the form and table are validated, an error occurs when the button is clicked , error Uncaught (in promise) naive-ui.js?v=da9e97c2:60606
Steps to reproduce
1.Do not fill in the table and fields 2. Click button the handler contains the following code: from.value?.validate((errors) => if (errors) message.error(''); return; an error occurs at this stage
Link to minimal reproduction
from.value?.validate((errors) => if (errors) message.error(''); return;
System Info
Used Package Manager
npm
Validations