From c6b4c6a90a3bb77add64994f51d3e2af790c8452 Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Fri, 17 Dec 2021 00:22:38 +0100 Subject: make styles and add some features --- src/main.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.js') diff --git a/src/main.js b/src/main.js index fd31090..50babcd 100644 --- a/src/main.js +++ b/src/main.js @@ -6,6 +6,8 @@ import Axios from 'axios' import Notifications from 'vue-notification' import VueHotkey from 'v-hotkey' +import '@/assets/css/tailwind.css' + Vue.config.productionTip = false Axios.defaults.headers.common['Authorization'] = store.state.token !== "" && `Token ${store.state.token}`; -- cgit v1.2.3