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 629f366 commit df05abaCopy full SHA for df05aba
1 file changed
app/components/PackageInstallScripts.vue
@@ -14,7 +14,7 @@ const sortedNpxDeps = computed(() => {
14
return Object.entries(props.installScripts.npxDependencies).sort(([a], [b]) => a.localeCompare(b))
15
})
16
17
-const isExpanded = ref(false)
+const isExpanded = shallowRef(false)
18
</script>
19
20
<template>
0 commit comments