forked from cerc-io/cosmos-explorer
feat: theme default
This commit is contained in:
parent
3404262af7
commit
ee75361cef
@ -32,7 +32,7 @@ const changeMode = (val?: string) => {
|
|||||||
|
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
changeMode(theme.value === 'dark' ? 'light' : 'dark');
|
changeMode(theme.value === 'light' ? 'dark' : 'light');
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user