style: format style

This commit is contained in:
xiaoxian521
2021-07-20 17:16:42 +08:00
parent a5172c9476
commit 9bb4f34707
9 changed files with 105 additions and 99 deletions

2
types/global.d.ts vendored
View File

@@ -3,7 +3,7 @@ import type {
VNode,
ComponentPublicInstance,
FunctionalComponent,
PropType as VuePropType,
PropType as VuePropType
} from "vue";
declare global {