fix heading(temp)

This commit is contained in:
SRP-mango 2023-09-01 03:55:00 +07:00
parent 08779bfd73
commit f0092f1700
2 changed files with 4 additions and 6 deletions

View file

@ -15,7 +15,7 @@
</div>
<div class="mb-3">
<label for="password">Password Confirmation: </label>
<input type="passwordConfirm" id="passwordConfirm" v-model="input.passwordConfirm" />
<input type="password" id="passwordConfirm" v-model="input.passwordConfirm" />
</div>
</v-form>
@ -29,7 +29,6 @@
</template>
<script>
// mango : i have a problem with css due to the icon theme so i make some mock up to testing login/register
import TopBar from '@/components/TopBar.vue';
export default {
@ -39,7 +38,7 @@
name: 'register',
data() {
return {
pageTitle: 'สมัครสมาชิค', // Set the page title here
pageTitle: 'สมัครสมาชิค',
input: {
username: '',
password: '',
@ -49,7 +48,6 @@
},
methods: {
login() {
// Make sure username OR password are not empty
if (this.input.username !== '' || this.input.password !== '') {
console.log('Authenticated: Checking with Backend');
} else {

View file

@ -2,8 +2,8 @@
<v-app>
<v-container class="d-flex justify-center align-center">
<div>
<h1>Heading</h1>
<h2>Sub-Heading</h2>
<h1>งไมไดลงชอเขาใช</h1>
<h2>ลงชอเขาใชเพอบนทกการตงคาอยางปลอดภ</h2>
<v-container class="d-flex justify-center align-center">
<v-btn class="ma-2" width="150" :to="{name: 'login'}">ลงชอเขาใช</v-btn>
<v-btn class="ma-2" width="150" :to="{name: 'register'}">สมครสมาช</v-btn>