perf(strength-meter): modify name word (#38)

This commit is contained in:
wellssu 2020-10-17 18:38:47 +08:00 committed by GitHub
parent c346bbdad0
commit 19477cd980
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
@import (reference) '../../design/index.less';
.streng-meter {
.strength-meter {
position: relative;
&-bar {

View File

@ -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: {