diff options
| author | Yuval Adam <_@yuv.al> | 2017-10-13 12:12:37 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-10-13 12:12:37 +0300 |
| commit | 10578eb7706035c3d28b37db58dfa1b16709b510 (patch) | |
| tree | 09458366c13fe6ebca32e8099659dd4ab0093dca /app | |
| parent | 013346d395118aafe0a74fa58d50aaeec023bf00 (diff) | |
Initial brunch build works
Diffstat (limited to 'app')
| -rw-r--r-- | app/geshem.js | 1 |
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>' |
