perf: remove console.log
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good
Details
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good
Details
This commit is contained in:
parent
462a8a3cf8
commit
2e2c83dcde
|
@ -56,7 +56,6 @@ defineExpose({
|
||||||
|
|
||||||
const inputRules = [
|
const inputRules = [
|
||||||
val => {
|
val => {
|
||||||
console.log('asd');
|
|
||||||
const { min, max } = vnInputRef.value.$attrs;
|
const { min, max } = vnInputRef.value.$attrs;
|
||||||
if (min >= 0) {
|
if (min >= 0) {
|
||||||
if (Math.floor(val) < min) return t('inputMin', { value: min });
|
if (Math.floor(val) < min) return t('inputMin', { value: min });
|
||||||
|
|
Loading…
Reference in New Issue