Skip to content

Commit c54d57b

Browse files
committed
Move div back into Vue. THIS WORKS
1 parent 67c9ae2 commit c54d57b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
enabled. Please enable it to continue.</strong
1515
>
1616
</noscript>
17-
<div id="video-call"></div>
1817
<div id="app"></div>
1918
<script type="module" src="/src/main.ts"></script>
2019
</body>

src/components/CallTile.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828

2929
<div v-if="participants" class="participants-container">
30+
<div id="video-call"></div>
3031

3132
<template v-if="count === 1">
3233
<waiting-card :url="roomUrl" />

0 commit comments

Comments
 (0)