main/view/vue/container/notifications.vue

17 lines
196 B
Vue
Raw Normal View History

2017-12-04 22:29:02 +00:00
<template>
<div id='CONTAINER'>
NOTIFICATIONS
</div>
</template>
<script>
export default {
name: 'CONTAINER_NOTIFICATIONS',
data(){ return { gstore: window.gstore.data }; }
2017-12-04 22:29:02 +00:00
}
</script>