8000
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 89d8c4b commit f1288fcCopy full SHA for f1288fc
src/entry.esm.js
@@ -1,5 +1,4 @@
1
import Loading from './lib-components/Loading.vue'
2
-import '@fortawesome/fontawesome-free/css/all.min.css'
3
4
export default {
5
install(Vue, options) {
src/lib-components/Loading.vue
@@ -42,6 +42,7 @@ export default {
42
</script>
43
44
<style scoped>
45
+@import "./../../node_modules/@fortawesome/fontawesome-free/css/all.min.css";
46
.loading {
47
position: fixed;
48
left: 0;
0 commit comments