added all the devices
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Pünkösd Marcell 2021-06-28 01:29:20 +02:00
parent e49dfa52c7
commit 9b8c4d7f5d
1 changed files with 1 additions and 1 deletions

View File

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