mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix
This commit is contained in:
parent
17381e9c0c
commit
e17589478a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue