Add microsoft todo migration cases & logo
Some checks reported errors
continuous-integration/drone/pr Build was killed
Some checks reported errors
continuous-integration/drone/pr Build was killed
This commit is contained in:
parent
c400509635
commit
f836b68286
BIN
public/images/migration/microsoft-todo.png
Normal file
BIN
public/images/migration/microsoft-todo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
@ -37,6 +37,10 @@ export default {
|
||||
this.name = 'Trello'
|
||||
this.identifier = 'trello'
|
||||
break
|
||||
case 'microsoft-todo':
|
||||
this.name = 'Microsoft Todo'
|
||||
this.identifier = 'microsoft-todo'
|
||||
break
|
||||
default:
|
||||
router.push({name: '404'})
|
||||
}
|
||||
|
Reference in New Issue
Block a user