We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b222ca1 + 2238047 commit ca69613Copy full SHA for ca69613
1 file changed
front-end/src/views/material-ideas/DraftPdf.vue
@@ -25,7 +25,7 @@
25
<script>
26
import pdfMake from 'pdfmake/build/pdfmake';
27
import pdfFonts from 'pdfmake/build/vfs_fonts';
28
-import CodingToolsLogo from '@/images/CodingToolsLogo.png';
+import CodingToolsLogo from '@/assets/images/CodingToolsLogo.png';
29
import { useUserStore } from '@/store/modules/user.store';
30
import { computed } from 'vue';
31
0 commit comments