Skip to content

Commit 67c4eeb

Browse files
committed
fix: svg inline import
1 parent 8df36d2 commit 67c4eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/icons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import bxAnaalyse from '@/assets/icons/bx-analyse.svg' // path to your '*.svg' file.
1+
import bxAnaalyse from '@/assets/icons/bx-analyse.svg?inline' // path to your '*.svg?inline' file.
22

33
export { bxAnaalyse }

0 commit comments

Comments
 (0)