mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-28 01:29:41 +02:00
12 lines
No EOL
175 B
Vue
12 lines
No EOL
175 B
Vue
<template>
|
|
<v-card>
|
|
<v-card-title class="card-title mt-1"> User Settings </v-card-title>
|
|
</v-card>
|
|
</template>
|
|
|
|
<script>
|
|
export default {};
|
|
</script>
|
|
|
|
<style>
|
|
</style> |