This commit is contained in:
syuilo
2024-08-23 12:47:22 +09:00
parent 0900023cc9
commit d6f81fd3b3
49 changed files with 154 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
/* eslint-disable */
declare module "*.vue" {
import { defineComponent } from "vue";
const component: ReturnType<typeof defineComponent>;
export default component;
}