From 6e7ee4d38fb3630a13d31592f0f6ae9bbe8e1bd6 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sat, 21 Dec 2019 03:32:20 +0100 Subject: Implemented global components registration Moved the fullscreen button as a global component (as demonstration) Improved the layout CSS --- viewer/src/main.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'viewer/src/main.ts') diff --git a/viewer/src/main.ts b/viewer/src/main.ts index 3a3593c..ca439bc 100644 --- a/viewer/src/main.ts +++ b/viewer/src/main.ts @@ -1,5 +1,6 @@ import Vue from "vue"; import "@/assets/scss/global.scss"; +import "@/components" import "@/plugins/fontawesome"; import "@/plugins/buefy"; import store from '@/plugins/vuex' -- cgit v1.2.3