You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/assets.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ This would work the same way as in `*.vue` file templates. The image will be pro
13
13
In addition, you can use the `~` prefix to explicitly indicate this is a webpack module request, allowing you to reference files with webpack aliases or from npm dependencies:
14
14
15
15
```md
16
-
![Iamge from alias][~@assets/image.png]
17
-
![Iamge from dependency][~some-dependency/image.png]
16
+
![Image from alias][~@assets/image.png]
17
+
![Image from dependency][~some-dependency/image.png]
0 commit comments