Parcourir la source

fix: svg inline import

Sendya il y a 6 ans
Parent
commit
67c4eebf1e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 }