chore: commit时格式整理

This commit is contained in:
dingyongya
2022-02-16 17:22:55 +08:00
parent c2b9d36868
commit 7f3674d532
95 changed files with 823 additions and 852 deletions

View File

@@ -5,4 +5,4 @@ Component.install = (app: App) => {
app.component(Component.name, Component);
};
export default Component;
export default Component;

View File

@@ -63,7 +63,8 @@ watch(
locals?.forEach((item: any) => {
changeLocales(item.name, item.locale, item.merge);
});
}, { immediate: true, deep: true}
},
{ immediate: true, deep: true }
);
watch(
@@ -85,4 +86,4 @@ watch(
<template>
<slot></slot>
</template>
</template>