Browse Source

background color about vue component

night-cherry 3 weeks ago
parent
commit
3b7f643d3d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      component/approve/Register.vue

+ 2 - 2
component/approve/Register.vue

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