trying to fix render bug for non-home views

This commit is contained in:
Andrew Gundersen 2021-02-04 11:35:25 -06:00
commit 8c6c557552
2 changed files with 8 additions and 6 deletions

View file

@ -4,16 +4,18 @@
<script lang="ts">
export default {
import { defineComponent } from "vue";
export default defineComponent({
name: "Login",
};
});
</script>
<style lang="scss" scoped>
#messenger {
#login {
width: 350px;
height: 500px;
background-color: #e6e6e6;