Compare commits
8 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
52a911fdc9 | 2 years ago |
|
|
efe9ae01dd | 2 years ago |
|
|
3c3ee81f0c | 2 years ago |
|
|
8164a7913f | 2 years ago |
|
|
d1f5bf399f | 2 years ago |
|
|
40c27ce5fa | 2 years ago |
|
|
eb66390106 | 2 years ago |
|
|
61d0350974 | 2 years ago |
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
|||||||
$red: red;
|
|
||||||
@ -1,32 +0,0 @@
|
|||||||
<script>
|
|
||||||
export default {
|
|
||||||
name: "login",
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
|
|
||||||
}
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
|
|
||||||
},
|
|
||||||
beforeDestroy() {
|
|
||||||
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<template>
|
|
||||||
<div class="card">
|
|
||||||
<h2>Login</h2>
|
|
||||||
<form>
|
|
||||||
<input type="text" name="Username" autofocus placeholder="Username">
|
|
||||||
<input type="password" name="Password" placeholder="Password">
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
@import '../assets/_shared.scss';
|
|
||||||
|
|
||||||
</style>
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
<script setup>
|
|
||||||
import Login from '../components/Login.vue';
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<template>
|
|
||||||
<div id="Home">
|
|
||||||
<Login />
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
</style>
|
|
||||||
Loading…
Reference in New Issue