Skip to content

Commit 108e758

Browse files
authored
Update README.md
1 parent a98c778 commit 108e758

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,16 @@ import Vcode from "vue-puzzle-vcode";
3636
</template>
3737
3838
<script>
39+
import Vcode from "vue-puzzle-vcode";
3940
export default {
4041
data(){
4142
return {
4243
isShow: false, // 验证码模态框是否出现
4344
}
4445
},
46+
components:{
47+
Vcode
48+
},
4549
methods:{
4650
onSubmit(){
4751
this.isShow = true;

0 commit comments

Comments
 (0)