project: init

This commit is contained in:
2022-05-12 12:07:31 +03:00
parent 961623c75d
commit 4b53a4f279
19 changed files with 9900 additions and 0 deletions

5
plugins/apexcharts.js Normal file
View File

@@ -0,0 +1,5 @@
import Vue from 'vue'
import VueApexCharts from 'vue-apexcharts'
Vue.use(VueApexCharts)
Vue.component('ApexChart', VueApexCharts)