diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-08 13:07:55 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-08 13:07:55 +0200 |
| commit | fb482071eb0460c3241076d73d2113d2f216fd81 (patch) | |
| tree | 18572c0545bb984f0ed75ba0ce792bc292a9dcb4 /src/index.js | |
| parent | 6305acef3bd25f51b408b38a9f4f11c3040480c5 (diff) | |
| download | brokentalents-fb482071eb0460c3241076d73d2113d2f216fd81.tar.gz brokentalents-fb482071eb0460c3241076d73d2113d2f216fd81.zip | |
first frontend proof of concept
Diffstat (limited to 'src/index.js')
| -rw-r--r-- | src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js index be00b70..8f584ce 100644 --- a/src/index.js +++ b/src/index.js @@ -4,7 +4,7 @@ import 'buefy/lib/buefy.css' import App from './App.vue'; -Vue.use(Buefy) +Vue.use(Buefy); new Vue({ el: '#app', |
