Support fallback app icons
This commit is contained in:
@@ -4,7 +4,7 @@ import './style.css';
|
||||
|
||||
import '@fontsource/noto-sans';
|
||||
|
||||
import { tooltip } from 'pankow';
|
||||
import { tooltip, fallbackImage } from 'pankow';
|
||||
|
||||
import i18n from './i18n.js';
|
||||
import Index from './components/Index.vue';
|
||||
@@ -15,6 +15,7 @@ import Index from './components/Index.vue';
|
||||
app.use(await i18n());
|
||||
|
||||
app.directive('tooltip', tooltip);
|
||||
app.directive('fallback-image', fallbackImage);
|
||||
|
||||
app.mount('#app');
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user