Add leaflet

Fix build, make map component async and move computed to getter

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-03-22 17:35:07 +01:00
parent 0c8d2f7e00
commit 3b202674a3
8 changed files with 100 additions and 15 deletions

View File

@@ -15,7 +15,8 @@
"types": [
"webpack-env",
"mocha",
"chai"
"chai",
"leaflet"
],
"paths": {
"@/*": [
@@ -39,4 +40,4 @@
"exclude": [
"node_modules"
]
}
}