diff --git a/src/views/Login.vue b/src/views/Login.vue index f1fbac30b58f2bfac806949d26d737abe483a4b3..0b7dd1e7c7dc3cdeee36bc3e7ea207ae7564aaf8 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -115,7 +115,11 @@ export default { }) .catch(() => alert("username atau password salah")); }, + }, + mounted(){ + document.getElementById("app").style.padding = "0" + } }; </script>