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