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 08352c9 commit 17a969aCopy full SHA for 17a969a
src/main.ts
@@ -1,4 +1,4 @@
1
-import '@/Libraries/fontawesome';
+import '@/libraries/fontawesome';
2
import App from './App.vue';
3
import CodeBlock from 'vue3-code-block';
4
import VDrilldownTable from './index';
src/playground/configs/playground.ts
import PlaygroundApp from './PlaygroundApp.vue';
import VDrilldownTable from '../../index';
import { createApp } from 'vue';
0 commit comments