Added library list UI

This commit is contained in:
Stefan Zermatten
2019-05-10 13:05:21 +02:00
parent de183297fc
commit 9a194a20cb
11 changed files with 217 additions and 35 deletions

View File

@@ -18,7 +18,7 @@ export default {
dirty: false,
safeValue: this.value,
inputValue: this.value,
}},
};},
props: {
value: [String, Number],
debounceTime: {