mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-24 11:15:15 -05:00
feat: Replace number inputs with new v-number-input compontent (#6767)
This commit is contained in:
2
frontend/types/components.d.ts
vendored
2
frontend/types/components.d.ts
vendored
@@ -27,7 +27,6 @@ import type HelpIcon from "@/components/global/HelpIcon.vue";
|
||||
import type ImageCropper from "@/components/global/ImageCropper.vue";
|
||||
import type InputColor from "@/components/global/InputColor.vue";
|
||||
import type InputLabelType from "@/components/global/InputLabelType.vue";
|
||||
import type InputQuantity from "@/components/global/InputQuantity.vue";
|
||||
import type LanguageDialog from "@/components/global/LanguageDialog.vue";
|
||||
import type MarkdownEditor from "@/components/global/MarkdownEditor.vue";
|
||||
import type RecipeJsonEditor from "@/components/global/RecipeJsonEditor.vue";
|
||||
@@ -69,7 +68,6 @@ declare module "vue" {
|
||||
ImageCropper: typeof ImageCropper;
|
||||
InputColor: typeof InputColor;
|
||||
InputLabelType: typeof InputLabelType;
|
||||
InputQuantity: typeof InputQuantity;
|
||||
LanguageDialog: typeof LanguageDialog;
|
||||
MarkdownEditor: typeof MarkdownEditor;
|
||||
RecipeJsonEditor: typeof RecipeJsonEditor;
|
||||
|
||||
Reference in New Issue
Block a user