Skip to content

Commit 53be386

Browse files
Fix example with inline and external SVGs
1 parent 9f0daca commit 53be386

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/faq.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,11 @@ export {
110110
name: 'Example',
111111
components: {
112112
InlineSVG,
113-
ExternalSVG,
113+
},
114+
computed: {
115+
externalSVG() {
116+
return ExternalSVG;
117+
},
114118
},
115119
};
116120
</script>

0 commit comments

Comments
 (0)