mobilizon.chapril.org-mobil.../js/src/views/Settings/Notifications.vue
Thomas Citharel 299b686612
Add a proper setting menu
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-03-12 14:29:21 +01:00

13 lines
268 B
Vue

<template>
<div>
<h2 class="subtitle">{{ $t('No notification settings yet') }}</h2>
</div>
</template>
<script lang="ts">
import { Component, Vue } from 'vue-property-decorator';
@Component
export default class Notifications extends Vue {
}
</script>