trying to fix render bug for non-home views
This commit is contained in:
parent
a3365c544d
commit
8c6c557552
2 changed files with 8 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue