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.
1 parent 63a172a commit 355bf71Copy full SHA for 355bf71
examples/sites/src/App.vue
@@ -40,6 +40,7 @@ export default defineComponent({
40
() => sessionId.value,
41
(newVal) => {
42
if (newVal) {
43
+ $session.sessionId = newVal
44
globalConversation.sessionId = newVal
45
}
46
0 commit comments