added all the devices
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Pünkösd Marcell 2021-06-28 01:29:20 +02:00
parent e49dfa52c7
commit 9b8c4d7f5d

View File

@ -22,7 +22,7 @@ export default {
data() { data() {
return { return {
devices: [ devices: [
'1' '1', '2', '3'
] ]
} }
}, },