basics of v2 search working

This commit is contained in:
vabene1111
2021-04-17 12:57:02 +02:00
parent 17c5084bc0
commit 3194a7580d
9 changed files with 50 additions and 30 deletions

View File

@@ -8,7 +8,7 @@
{% block content_fluid %}
<div id="app">
<div id="app" >
<recipe-search-view></recipe-search-view>
</div>
@@ -24,7 +24,7 @@
{% endif %}
<script type="application/javascript">
window.IMAGE_PLACEHOLDER = "{% static 'assets/recipe_no_image.svg' %}"
</script>
{% render_bundle 'chunk-vendors' %}