diff --git a/src/components/Layout.vue b/src/components/Layout.vue index 0e37dc8..114016f 100644 --- a/src/components/Layout.vue +++ b/src/components/Layout.vue @@ -1,16 +1,16 @@ @@ -74,7 +72,7 @@ export default { }; const store = useStore() const Check = (username) => { - store.setuser(username) + store.setUser(username) } @@ -138,7 +136,8 @@ export default { padding: 0 20px; box-sizing: border-box; } -.text{ + +.text { display: flex; margin-top: 25px; height: 20px; diff --git a/src/view/Monit.vue b/src/view/Monit.vue index e3c4146..c0f8bc2 100644 --- a/src/view/Monit.vue +++ b/src/view/Monit.vue @@ -1,21 +1,22 @@