mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-02 16:58:06 +09:00
fix
This commit is contained in:
parent
17381e9c0c
commit
e17589478a
@ -44,7 +44,7 @@ export default defineComponent({
|
||||
|
||||
setup(props) {
|
||||
const showMenu = ref(false);
|
||||
const showAds = ref<boolean>(defaultStore.state.showAds);
|
||||
const showAds = defaultStore.state.showAds;
|
||||
const toggleMenu = () => {
|
||||
showMenu.value = !showMenu.value;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user