mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-16 10:03:54 -07:00
Refactor/user database models (#775)
* fix build error
* drop frontend.old
* improve auto_init decorator
* purge depreciated site settings
* formatting
* update init function
* fix(backend): 🐛 Fix password reset bug
Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
parent
40462a95f1
commit
ec3b53cdc3
172 changed files with 430 additions and 12255 deletions
|
@ -40,8 +40,8 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { reactive, toRefs } from "@nuxtjs/composition-api";
|
||||
export default {
|
||||
import { reactive, toRefs, defineComponent } from "@nuxtjs/composition-api";
|
||||
export default defineComponent({
|
||||
setup(_, context) {
|
||||
const state = reactive({
|
||||
dialog: false,
|
||||
|
@ -74,5 +74,5 @@ export default {
|
|||
...toRefs(state),
|
||||
};
|
||||
},
|
||||
};
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue