Mejoras sección pedidos #79

Merged
jsegarra merged 7 commits from wbuezas/hedera-web-mindshore:feature/MejorasPedidos into 4922-vueMigration 2024-08-23 12:05:15 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 2e2c83dcde - Show all commits

View File

@ -56,7 +56,6 @@ defineExpose({
const inputRules = [
val => {
console.log('asd');
const { min, max } = vnInputRef.value.$attrs;
if (min >= 0) {
if (Math.floor(val) < min) return t('inputMin', { value: min });