This commit is contained in:
2020-07-17 23:20:10 +00:00
parent 7d37a39269
commit 2cc5971318

View File

@@ -1,17 +1,15 @@
<template>
<div>
<h1>New notification count: {{ newNotificationCount() }}</h1>
<UnderConstruction />
TODO: Vuetify List - Layout: 3 LINE style Listed in order from newest at top
to oldest at bottom AVATAR to left side which is icon of ayatype TITLE which
is the event type translation AND object name SUBTITLE which is the message
if applicable ACTION buttons open object, delete notification
</div>
</template>
<script>
import UnderConstruction from "../components/underconstruction.vue";
export default {
components: {
UnderConstruction
},
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,