File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ $ npm i vue-verification-input -S
37373 . template
3838
3939 ``` html
40- <VerificationCodeInput
40+ <verification-code-input
4141 :wrong =" [Boolean]"
4242 :type =" [String]"
4343 :item-class =" [String]"
@@ -47,7 +47,7 @@ $ npm i vue-verification-input -S
4747 :item-wrong-class =" [String]"
4848 @deleteEvent =" deleteEvent"
4949 @finishEvent =" finishEvent"
50- / >
50+ ></ verification-code-input >
5151 ```
5252
5353 | Props | 描述 | 默认值 | 必须/可选 |
Original file line number Diff line number Diff line change 11import VerificationCodeInput from './VerificationCodeInput.vue'
22
33if ( typeof window !== 'undefined' && window . Vue ) {
4- Vue . component ( 'vue-input-code ' , VerificationCodeInput ) ;
4+ Vue . component ( 'VerificationCodeInput ' , VerificationCodeInput ) ;
55}
66
77export default VerificationCodeInput ;
You can’t perform that action at this time.
0 commit comments