mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-26 19:09:59 -04:00
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
6 lines
75 B
TypeScript
6 lines
75 B
TypeScript
declare module "*.vue" {
|
|
import Vue from "vue";
|
|
|
|
export default Vue;
|
|
}
|