food/src/views/Preferences.vue

12 lines
170 B
Vue

<template>
<p>TODO</p>
</template>
<script>
export default {
created() {
this.$store.dispatch('setTitle', { title: 'Preferences' });
},
};
</script>