Fix ESLint warnings and errors

This commit is contained in:
Adam Stachowicz
2022-04-30 03:51:14 +02:00
parent 26230a3d3a
commit c114c053d6
5 changed files with 40 additions and 25 deletions

View File

@@ -10,7 +10,10 @@ import { sleep } from "../util.ts";
export default {
props: {
value: [ String, Number ],
value: {
type: [ String, Number ],
default: 0,
},
time: {
type: Number,
default: 0.3,