Apply prettier rules

This commit is contained in:
2024-11-14 18:47:38 +01:00
parent 610227815a
commit aa0785fc71
291 changed files with 23646 additions and 22071 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;
}