diff --git a/README.md b/README.md index 91ffad066..6e76c247d 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ app.mount('#app') Add WeChat & please note the `Github` username - + ## 💌 Special Thanks diff --git a/README.zh-CN.md b/README.zh-CN.md index d674fd286..b61ba4316 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -134,7 +134,7 @@ app.mount('#app') 添加微信请备注 `Github` 用户名 - + ## 💌 特别感谢 diff --git a/docs/docs/join.md b/docs/docs/join.md index 983475c0a..180612afe 100644 --- a/docs/docs/join.md +++ b/docs/docs/join.md @@ -6,7 +6,7 @@ 加微信邀请入 `Fighting Design 社区讨论` 群 - + ## 社区组织 diff --git a/packages/fighting-design/switch/__test__/switch.spec.ts b/packages/fighting-design/switch/__test__/switch.spec.ts index f202cf56e..703a364fc 100644 --- a/packages/fighting-design/switch/__test__/switch.spec.ts +++ b/packages/fighting-design/switch/__test__/switch.spec.ts @@ -18,7 +18,7 @@ describe('FSwitch', () => { props: { modelValue: true, 'onUpdate:modelValue': (val: boolean) => { - return wrapper.setProps({ modelValue: val }) + wrapper.setProps({ modelValue: val }) } } })