We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7cdade commit 0b032ecCopy full SHA for 0b032ec
src/main.js
@@ -28,7 +28,7 @@ import router from './route.js';
28
import pinia from './stores';
29
30
// Register Font Awesome icon component
31
-//Vue.component('icon', () => import('vue-awesome/components/Icon'));
+Vue.component('icon', () => import('vue-awesome/components/Icon'));
32
33
// General components
34
Vue.component('error-boundary', () => import('./components/ErrorBoundary.vue'));
0 commit comments