Start work on VolumesView.vue

This commit is contained in:
Johannes Zellner
2024-12-26 12:19:48 +01:00
parent 58e5f96eda
commit e51014a5bc
7 changed files with 191 additions and 12 deletions
+4
View File
@@ -4,6 +4,8 @@ import './style.css';
import '@fontsource/noto-sans';
import { tooltip } from 'pankow';
import i18n from './i18n.js';
import Index from './components/Index.vue';
@@ -12,5 +14,7 @@ import Index from './components/Index.vue';
app.use(await i18n());
app.directive('tooltip', tooltip);
app.mount('#vueapp');
})();