mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-21 16:31:21 -05:00
feat: Simplify Default Layout Logic and Add Household.name To Cookbooks API (#6243)
This commit is contained in:
4
frontend/types/components.d.ts
vendored
4
frontend/types/components.d.ts
vendored
@@ -3,6 +3,7 @@ import type AdvancedOnly from "@/components/global/AdvancedOnly.vue";
|
||||
import type AppButtonCopy from "@/components/global/AppButtonCopy.vue";
|
||||
import type AppButtonUpload from "@/components/global/AppButtonUpload.vue";
|
||||
import type AppLoader from "@/components/global/AppLoader.vue";
|
||||
import type AppLogo from "@/components/global/AppLogo.vue";
|
||||
import type AppToolbar from "@/components/global/AppToolbar.vue";
|
||||
import type AutoForm from "@/components/global/AutoForm.vue";
|
||||
import type BannerExperimental from "@/components/global/BannerExperimental.vue";
|
||||
@@ -43,6 +44,7 @@ declare module "vue" {
|
||||
AppButtonCopy: typeof AppButtonCopy;
|
||||
AppButtonUpload: typeof AppButtonUpload;
|
||||
AppLoader: typeof AppLoader;
|
||||
AppLogo: typeof AppLogo;
|
||||
AppToolbar: typeof AppToolbar;
|
||||
AutoForm: typeof AutoForm;
|
||||
BannerExperimental: typeof BannerExperimental;
|
||||
@@ -79,4 +81,4 @@ declare module "vue" {
|
||||
}
|
||||
}
|
||||
|
||||
export { };
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user