Start work on VolumesView.vue
This commit is contained in:
@@ -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');
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user