@@ -15,7 +15,7 @@ onBeforeMount(() => {
setTimeout(() => {
registerTheme();
changeTheme('le-dark');
- }, 1000);
+ }, 0);
});
</script>
<style lang="postcss" scoped></style>