Skip to content

Commit 8abb9f3

Browse files
authored
Chat - fix close tag in vue Ai demo (#28571)
1 parent da0e742 commit 8abb9f3

File tree

1 file changed

+1
-1
lines changed
  • apps/demos/Demos/Chat/AIAndChatbotIntegration/Vue

1 file changed

+1
-1
lines changed

apps/demos/Demos/Chat/AIAndChatbotIntegration/Vue/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</div>
4545
</template>
4646
</template>
47-
<DxChat/>
47+
</DxChat>
4848
</div>
4949
</template>
5050

0 commit comments

Comments
 (0)