We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shallowRef
1 parent 0f52a6c commit 6c4fa64Copy full SHA for 6c4fa64
1 file changed
app/components/CodeMobileTreeDrawer.vue
@@ -7,7 +7,7 @@ defineProps<{
7
baseUrl: string
8
}>()
9
10
-const isOpen = ref(false)
+const isOpen = shallowRef(false)
11
12
// Close drawer on navigation
13
const route = useRoute()
0 commit comments