|
@@ -1,9 +1,9 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<h4 style="color:orange;">注册页面</h4>
|
|
|
- <p>用户名</p><input type="text" placeholder="请输入用户名"/><br/>
|
|
|
- <p>密码</p><input type="password" placeholder="请输入密码"/><br/>
|
|
|
- <p>确认密码</p><input type="password" placeholder="确认密码"/><br/>
|
|
|
+ <label>用户名</label><input type="text" placeholder="请输入用户名"/><br/>
|
|
|
+ <label>密码</label><input type="password" placeholder="请输入密码"/><br/>
|
|
|
+ <label>确认密码</label><input type="password" placeholder="确认密码"/><br/>
|
|
|
<button>注册</button>
|
|
|
</div>
|
|
|
</template>
|