|
@@ -1,11 +1,10 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
- <h4 style="color:orange;">about vue component!!!</h4>
|
|
|
-<!-- <h4>{{number}}</h4>-->
|
|
|
-<!--
|
|
|
- <p>Louis_Wiki ---- we are a team to provide the service to gift customization</p>
|
|
|
--->
|
|
|
- <p>contact:19970419890</p>
|
|
|
+ <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/>
|
|
|
+ <button>注册</button>
|
|
|
</div>
|
|
|
</template>
|
|
|
<script type="module">
|