Commit 19477cd980661ace337ec6e3295f76c44d05763c
Committed by
GitHub
1 parent
c346bbda
perf(strength-meter): modify name word (#38)
Showing
2 changed files
with
3 additions
and
3 deletions
src/components/StrengthMeter/index.less
src/components/StrengthMeter/index.tsx
... | ... | @@ -7,9 +7,9 @@ import { Input } from 'ant-design-vue'; |
7 | 7 | import zxcvbn from 'zxcvbn'; |
8 | 8 | import { extendSlots } from '/@/utils/helper/tsxHelper'; |
9 | 9 | import './index.less'; |
10 | -const prefixCls = 'streng-meter'; | |
10 | +const prefixCls = 'strength-meter'; | |
11 | 11 | export default defineComponent({ |
12 | - name: 'StrengMeter', | |
12 | + name: 'StrengthMeter', | |
13 | 13 | emits: ['score-change', 'change'], |
14 | 14 | props: { |
15 | 15 | value: { | ... | ... |