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 9d6b149 commit b10d8d6Copy full SHA for b10d8d6
1 file changed
app/components/ConnectorStatus.client.vue
@@ -2,8 +2,8 @@
2
const { isConnected, isConnecting, npmUser, error, activeOperations, hasPendingOperations } =
3
useConnector()
4
5
-const showModal = ref(false)
6
-const showTooltip = ref(false)
+const showModal = shallowRef(false)
+const showTooltip = shallowRef(false)
7
8
const statusText = computed(() => {
9
if (isConnecting.value) return 'connecting…'
0 commit comments