17 lines
173 B
HTML
17 lines
173 B
HTML
<h1>
|
|
rrweb player playground
|
|
</h1>
|
|
<Player />
|
|
|
|
<style>
|
|
</style>
|
|
|
|
<script>
|
|
import Player from './Player.html';
|
|
|
|
export default {
|
|
components: {
|
|
Player
|
|
}
|
|
}
|
|
</script> |