This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user