We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb0506 commit 6083887Copy full SHA for 6083887
1 file changed
src/components/dialog/PasskeyDialog.vue
@@ -206,6 +206,7 @@ watch(
206
passkeyList.value = []
207
}
208
},
209
+ { immediate: true },
210
)
211
</script>
212
0 commit comments