Implemented personal settings
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
<template>
|
||||
<div>
|
||||
Persönliche Einstellungen
|
||||
</div>
|
||||
<SettingsWidget :settingsType="'personal'" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import SettingsWidget from '@/components/SettingsWidget.vue';
|
||||
|
||||
export default {
|
||||
name: 'PersonalSettingsView',
|
||||
components: {
|
||||
SettingsWidget,
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user