refactored the layout:

removed fixed head, replaced with flex
moved pagetitle and searchform to headerbottom region
added Common store to vuejs with pagetitle data
added pagetitle vuejs component
This commit is contained in:
2019-06-22 16:13:47 +02:00
parent 625f6eb84b
commit 75b908ba26
21 changed files with 238 additions and 1334 deletions

View File

@ -1,6 +1,5 @@
<template>
<div id="Base">
<h1 class="page-title">{{ pagetitle }}</h1>
<div class="loading" v-if="!items.length">
<span>Loading ...</span>
</div>