added babel and INCORRECT vue-flag-icon type definitions -> disabled check (js lib instead of ts)

This commit is contained in:
Tobias Kurze
2019-03-12 16:44:28 +01:00
parent 48e8759c31
commit 18f22fdffa
11 changed files with 140 additions and 20 deletions

View File

@@ -26,6 +26,6 @@ export default new Router({
path: '*',
name: 'notFound',
component: NotFound,
}
},
],
});