attach the scaled iframe into player

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 313dee2a26
commit b4e983af89
6 changed files with 106 additions and 37 deletions

View File

@@ -1,13 +1,14 @@
<h1>
rrweb player playground
</h1>
<Player />
<Player {events} />
<style>
</style>
<script>
import Player from './Player.html';
export default {
components: {
Player,