1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00

#116 update tests

This commit is contained in:
lana-k
2024-09-16 23:49:02 +02:00
parent 04274ef19a
commit 53e5194295
6 changed files with 677 additions and 13 deletions

View File

@@ -75,7 +75,7 @@ export default {
components: { Pager },
props: {
dataSet: Object,
time: String,
time: [String, Number],
pageSize: {
type: Number,
default: 20