Skip to content

Commit

Permalink
perf(strength-meter): modify name word (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellssu0 committed Oct 17, 2020
1 parent c346bbd commit 19477cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/StrengthMeter/index.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import (reference) '../../design/index.less';

.streng-meter {
.strength-meter {
position: relative;

&-bar {
Expand Down
4 changes: 2 additions & 2 deletions src/components/StrengthMeter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import { Input } from 'ant-design-vue';
import zxcvbn from 'zxcvbn';
import { extendSlots } from '/@/utils/helper/tsxHelper';
import './index.less';
const prefixCls = 'streng-meter';
const prefixCls = 'strength-meter';
export default defineComponent({
name: 'StrengMeter',
name: 'StrengthMeter',
emits: ['score-change', 'change'],
props: {
value: {
Expand Down

0 comments on commit 19477cd

Please sign in to comment.