add eslint

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 483c03cebe
commit 313dee2a26
6 changed files with 55 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
<h1>
rrweb player playground
rrweb player playground
</h1>
<Player />
@@ -7,11 +7,10 @@
</style>
<script>
import Player from './Player.html';
export default {
components: {
Player
}
}
import Player from './Player.html';
export default {
components: {
Player,
},
};
</script>