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 9746309 commit e442667Copy full SHA for e442667
src/lib/components/relive.svelte
@@ -4,4 +4,9 @@
4
export let reliveId: string
5
</script>
6
7
-<GeneralObserver>Hello</GeneralObserver>
+<GeneralObserver>
8
+ <iframe
9
+ title={`relive-${reliveId}`}
10
+ src={`https://www.relive.cc/view/${reliveId}/widget`}
11
+ />
12
+</GeneralObserver>
src/routes/+page.md
@@ -258,7 +258,7 @@ Output:
258
259
Output:
260
261
-<Relive />
+<Relive reliveId="vAOZokmYVo6" />
262
263
## SimpleCast
264
0 commit comments