We dont need this in vue template
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
{% call Modal(name=name, dismissable=dismissable, classes="wide") %}
|
||||
<form id="{{ name }}" action="{{ form_action }}" method="POST" v-on:submit="handleSubmit">
|
||||
{{ form.csrf_token }}
|
||||
<div v-if="this.$root.activeModal === '{{ name }}'">
|
||||
<div v-if="$root.activeModal === '{{ name }}'">
|
||||
{% for step in steps %}
|
||||
<div class="modal__form" v-show="step === {{ loop.index0 }}">
|
||||
{{ FormSteps(step_count, loop.index) }}
|
||||
|
Reference in New Issue
Block a user