This commit is contained in:
kakkokari-gtyih 2024-09-15 18:36:27 +09:00
parent 797da3baac
commit 0f5b8107cc
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ const menu = computed<MenuItem[]>(() => {
});
return menuItems;
})
});
</script>
<style lang="scss" module>