Remove some leftover 'watch' attributes from Vue components

This commit is contained in:
leigh-mil
2019-11-22 09:22:47 -05:00
parent c2975fff69
commit 62cdcbe6dc
7 changed files with 10 additions and 25 deletions

View File

@@ -8,7 +8,6 @@
label=True,
show_validation=True,
disabled=False,
watch=False,
optional=True) -%}
<optionsinput
name='{{ field.name }}'
@@ -16,7 +15,6 @@
{% if field.errors %}v-bind:initial-errors='{{ field.errors | list }}'{% endif %}
{% if field.data and field.data != "None" %}v-bind:initial-value="'{{ field.data }}'"{% endif %}
key='{{ field.name }}'
v-bind:watch='{{ watch | string | lower }}'
v-bind:optional={{ optional|lower }}
v-bind:null-option="'{{ field.default }}'"
>