summaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
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',