Ajout de commentaires supplémentaires aux motifs

This commit is contained in:
2025-07-11 14:06:40 +00:00
parent 837089ff5d
commit 63d0a52ea1
392 changed files with 35466 additions and 24054 deletions

6
src/shims-vue.d.ts vendored
View File

@@ -1,7 +1,7 @@
declare module "*.vue" {
import { defineComponent } from "vue";
import { defineComponent } from "vue";
const Component: ReturnType<typeof defineComponent>;
const Component: ReturnType<typeof defineComponent>;
export default Component;
export default Component;
}