Bladeren bron

fix: svg inline import

Sendya 6 jaren geleden
bovenliggende
commit
67c4eebf1e
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/core/icons.js

+ 1 - 1
src/core/icons.js

@@ -1,3 +1,3 @@
-import bxAnaalyse from '@/assets/icons/bx-analyse.svg' // path to your '*.svg' file.
+import bxAnaalyse from '@/assets/icons/bx-analyse.svg?inline' // path to your '*.svg?inline' file.
 
 export { bxAnaalyse }