refactor(frontend): ♻️ rewrite search componenets to typescript

This commit is contained in:
hay-kot 2021-08-08 20:52:44 -08:00
parent 1981e191be
commit bde885dc84
25 changed files with 826 additions and 113 deletions

View file

@ -126,7 +126,7 @@ export default {
default: null,
},
hardLimit: {
type: Number,
type: [String, Number],
default: 99999,
},
mobileCards: {