Changes done
This commit is contained in:
parent
4306ea45a6
commit
d8d57263e2
|
|
@ -11,7 +11,9 @@
|
|||
@else
|
||||
v-validate="'{{ $validations }}'"
|
||||
@endif
|
||||
|
||||
data-vv-as=""{{ $attribute->admin_name }}""
|
||||
|
||||
{{-- To Do (@devansh-webkul): Need to handle from the backend. --}}
|
||||
{{ in_array($attribute->code, ['url_key']) ? 'v-slugify' : '' }}
|
||||
{{ $attribute->code == 'name' && ! $product[$attribute->code] ? 'v-slugify-target=\'url_key\'' : '' }}>
|
||||
{{ $attribute->code == 'name' && ! $product[$attribute->code] ? 'v-slugify-target=\'url_key\'' : '' }}
|
||||
>
|
||||
Loading…
Reference in New Issue