- aggiornato l'Editor HTML

This commit is contained in:
Surya Paolo
2024-09-13 19:42:55 +02:00
parent 791e18f167
commit 0872afbb39
55 changed files with 1451 additions and 1137 deletions

View File

@@ -21,8 +21,8 @@
:rules="[
(val) => !!val || $t('reg.err.required'),
(val) =>
val.length >= 5 ||
$t('reg.err.atleast') + ' 5 ' + $t('reg.err.char'),
val.length >= 4 ||
$t('reg.err.atleast') + ' 4 ' + $t('reg.err.char'),
]"
>
<template v-slot:prepend>