Files
rrweb/src/App.html
2026-04-01 12:00:00 +08:00

17 lines
196 B
HTML

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