spacing removed

This commit is contained in:
Burak Civan 2022-12-15 13:49:31 +03:00
parent 827b41b5fa
commit 2a6a0fafc2

View File

@ -363,7 +363,7 @@ export default {
mounted() {
// Check Here..
this.selected = this.value;
if (this.model.length) {
try {
if (eval(this.model) !== undefined) {