|
|
|
|
|
|
|
|
const HomeRouter = { |
|
|
const HomeRouter = { |
|
|
template: ` |
|
|
template: ` |
|
|
<div> |
|
|
<div> |
|
|
<div id="om-msg-cards" class="is-hidden-desktop"> |
|
|
|
|
|
<a v-if="isSearchActiv" @click="goBackToDashboard">< zurück zu allen Einträgen</a> |
|
|
|
|
|
<b-button class="subscribe-btn" v-if="isSubscripeButtonActiv" type="is-primary" @click="">#IPSUM ABONNIEREN</b-button> |
|
|
|
|
|
<MsgCard |
|
|
|
|
|
v-for="id in messagelist.slice().reverse()" |
|
|
|
|
|
:key="id" |
|
|
|
|
|
:msg="messages[id] || {}" |
|
|
|
|
|
></MsgCard> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div id="om-msg-cards" class="column is-three-quarters is-pulled-right is-hidden-touch content-desktop"> |
|
|
|
|
|
|
|
|
<div id="om-msg-cards" class="column pull-right-sm is-four-fifths-desktop"> |
|
|
<a v-if="isSearchActiv" @click="goBackToDashboard">< zurück zu allen Einträgen</a> |
|
|
<a v-if="isSearchActiv" @click="goBackToDashboard">< zurück zu allen Einträgen</a> |
|
|
<b-button class="subscribe-btn" v-if="isSubscripeButtonActiv" type="is-primary" @click="">#IPSUM ABONNIEREN</b-button> |
|
|
<b-button class="subscribe-btn" v-if="isSubscripeButtonActiv" type="is-primary" @click="">#IPSUM ABONNIEREN</b-button> |
|
|
<MsgCard |
|
|
<MsgCard |