Browse Source

background color about vue component

night-cherry 1 tháng trước cách đây
mục cha
commit
3b7f643d3d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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/>