The $ Does Not Convert Text To Code What Should I Do?
if(this.rules.min && this.value.length < this.rules.min){
return 'Minimum length is ${this.rules.min}'
}
The $ Does Not Convert Text To Code What Should I Do?
if(this.rules.min && this.value.length < this.rules.min){
return 'Minimum length is ${this.rules.min}'
}
Copyright © 2021 Jogjafile Inc.

As Bulent says you need to use backticks quote like that :