drafted router with vue-router, drafted search results display page

This commit is contained in:
2019-06-03 13:06:44 +02:00
parent fee806afbd
commit d8e5f93c14
11 changed files with 420 additions and 53 deletions

View File

@@ -19,7 +19,7 @@
<hgroup class="logo">
{% if site_name %}
<h1>
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
<a @click.prevent="onclick" href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
{{ site_name }}
</a>
</h1>