Files
rrweb/src/App.html
Yanzhen Yu 483c03cebe init repo
2026-04-01 12:00:00 +08:00

17 lines
173 B
HTML

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