公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
尝试合并每个组件代码
wuxw7
2019-03-22
cea7d1c682ea46f8b39efa9e9eb581374a316d1f
[Lianxun_Java.git]
/
WebService
/
src
/
main
/
resources
/
components
/
validate_code
/
validate-code.html
1
2
3
4
<div class="form-group" id="validatecode">
<input type="text" v-model="validateCode" class="form-control" placeholder="请输入验证码" required=""/><slot></slot>
<img v-bind:src="codeImage" v-on:click="generateCode()"/>
</div>