mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-22 17:23:52 -05:00
Bunch more new UI
This commit is contained in:
@@ -5,10 +5,13 @@ import App from './App.vue';
|
||||
import { createApp } from 'vue';
|
||||
import { createPinia } from 'pinia';
|
||||
|
||||
import VueApexCharts from 'vue3-apexcharts';
|
||||
|
||||
const pinia = createPinia();
|
||||
const app = createApp(App);
|
||||
|
||||
registerPlugins(app);
|
||||
|
||||
app.use(VueApexCharts);
|
||||
app.use(pinia);
|
||||
app.mount('#app');
|
||||
|
||||
Reference in New Issue
Block a user