mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-27 17:24:12 -05:00
More new UI
This commit is contained in:
@@ -7,6 +7,9 @@ import { createPinia } from 'pinia';
|
||||
|
||||
import VueApexCharts from 'vue3-apexcharts';
|
||||
|
||||
import VueDatePicker from '@vuepic/vue-datepicker';
|
||||
import '@vuepic/vue-datepicker/dist/main.css';
|
||||
|
||||
const pinia = createPinia();
|
||||
const app = createApp(App);
|
||||
|
||||
@@ -14,4 +17,7 @@ registerPlugins(app);
|
||||
|
||||
app.use(VueApexCharts);
|
||||
app.use(pinia);
|
||||
|
||||
app.component('VueDatePicker', VueDatePicker);
|
||||
|
||||
app.mount('#app');
|
||||
|
||||
Reference in New Issue
Block a user