docs(context-menu): update

This commit is contained in:
Benjamin Canac
2024-08-07 14:51:01 +02:00
parent 9af6d7dc59
commit 71d27152ed
7 changed files with 241 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
const open = ref(true)
const open = ref(false)
defineShortcuts({
o: () => open.value = !open.value