[+] Add a login button

This commit is contained in:
Hykilpikonna
2019-08-19 13:21:33 +08:00
parent 80409bd753
commit b36336e024
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -6,4 +6,5 @@ import Login from '@/components/login/login';
}) })
export default class App extends Vue export default class App extends Vue
{ {
} }
+1
View File
@@ -2,6 +2,7 @@
<div id="login"> <div id="login">
<el-input v-model="username" placeholder="School Username"></el-input> <el-input v-model="username" placeholder="School Username"></el-input>
<el-input v-model="password" placeholder="Veracross Password" show-password=""></el-input> <el-input v-model="password" placeholder="Veracross Password" show-password=""></el-input>
<el-button plain type="primary">Login</el-button>
</div> </div>
</template> </template>