mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 18:53:59 -04:00
feat: Improve shopping list label sections (#6345)
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
2
frontend/types/components.d.ts
vendored
2
frontend/types/components.d.ts
vendored
@@ -13,6 +13,7 @@ import type BaseButtonGroup from "@/components/global/BaseButtonGroup.vue";
|
||||
import type BaseCardSectionTitle from "@/components/global/BaseCardSectionTitle.vue";
|
||||
import type BaseDialog from "@/components/global/BaseDialog.vue";
|
||||
import type BaseDivider from "@/components/global/BaseDivider.vue";
|
||||
import type BaseExpansionPanels from "@/components/global/BaseExpansionPanels.vue";
|
||||
import type BaseOverflowButton from "@/components/global/BaseOverflowButton.vue";
|
||||
import type BasePageTitle from "@/components/global/BasePageTitle.vue";
|
||||
import type BaseStatCard from "@/components/global/BaseStatCard.vue";
|
||||
@@ -54,6 +55,7 @@ declare module "vue" {
|
||||
BaseCardSectionTitle: typeof BaseCardSectionTitle;
|
||||
BaseDialog: typeof BaseDialog;
|
||||
BaseDivider: typeof BaseDivider;
|
||||
BaseExpansionPanels: typeof BaseExpansionPanels;
|
||||
BaseOverflowButton: typeof BaseOverflowButton;
|
||||
BasePageTitle: typeof BasePageTitle;
|
||||
BaseStatCard: typeof BaseStatCard;
|
||||
|
||||
Reference in New Issue
Block a user