From 2581c2ae3ea819fa54841560f976362877a8c213 Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Wed, 20 Jul 2022 17:20:35 +0300 Subject: add template --- 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 949baaed..90983c77 100644 --- a/src/main.js +++ b/src/main.js @@ -41,6 +41,7 @@ import { import Vuelidate from 'vuelidate'; import i18n from './i18n'; import { format } from 'date-fns-tz'; +import HighchartsVue from 'highcharts-vue'; // Filters Vue.filter('shortTimeZone', function (value) { @@ -128,6 +129,7 @@ Vue.use(TabsPlugin); Vue.use(ToastPlugin); Vue.use(TooltipPlugin); Vue.use(Vuelidate); +Vue.use(HighchartsVue); new Vue({ router, -- cgit v1.2.3