Skip to content

Commit

Permalink
replace vue_add with vue_data in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
k3ssen committed Dec 27, 2020
1 parent e527916 commit 9fcbbb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ similar to twig's `{{ form(form) }}`.
Example:
```vue
{% block body %}
{{ vue_add('form', form) }}
{{ vue_data('form', form) }}
<form-type :form="form"></form-type>
{% endblock %}
```
Expand All @@ -165,7 +165,7 @@ To take full control of your form-rendering you can also render parts individual

```vue
{% block body %}
{{ vue_add('form', form) }}
{{ vue_data('form', form) }}
<v-row>
<v-col>
<form-type :form="form.children.name"></form-type>
Expand Down

0 comments on commit 9fcbbb3

Please sign in to comment.