Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit a48ac24

Browse files
Merge pull request #410 from vincentpalma/patch-1
docs: Add missing ' at line 80
2 parents f65544c + dfa4e9a commit a48ac24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/image.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Below is the correct way to `require` relative assets for the `CImage` and `CAva
7878
<c-image src="@/assets/path-to-img.jpg" />
7979
8080
<!-- ✅ Correct -->
81-
<c-image :src="require('@/assets/path-to-img.jpg)" />
81+
<c-image :src="require('@/assets/path-to-img.jpg')" />
8282
```
8383

8484
## Fallback support

0 commit comments

Comments
 (0)