mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
fix: Optimize Recipe Favorites/Ratings (#6075)
This commit is contained in:
@@ -46,6 +46,8 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { useGlobalI18n } from "~/composables/use-global-i18n";
|
||||
|
||||
export default defineNuxtComponent({
|
||||
props: {
|
||||
error: {
|
||||
@@ -58,7 +60,7 @@ export default defineNuxtComponent({
|
||||
layout: "basic",
|
||||
});
|
||||
|
||||
const i18n = useI18n();
|
||||
const i18n = useGlobalI18n();
|
||||
const $auth = useMealieAuth();
|
||||
const { $globals } = useNuxtApp();
|
||||
const ready = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user