summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-10-13 12:12:37 +0300
committerYuval Adam <_@yuv.al>2017-10-13 12:12:37 +0300
commit10578eb7706035c3d28b37db58dfa1b16709b510 (patch)
tree09458366c13fe6ebca32e8099659dd4ab0093dca /app
parent013346d395118aafe0a74fa58d50aaeec023bf00 (diff)
Initial brunch build works
Diffstat (limited to 'app')
-rw-r--r--app/geshem.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/geshem.js b/app/geshem.js
index 15a59ce..dc1daa0 100644
--- a/app/geshem.js
+++ b/app/geshem.js
@@ -1,4 +1,5 @@
import mapboxgl from 'mapbox-gl';
+import Vue from 'vue';
Vue.component('root', {
template: '<div>A custom component!</div>'