Skip to content

Commit bc30c08

Browse files
committed
[docs][zh] update
1 parent 40d7e2f commit bc30c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/guide/asset-url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
``` js
1414
createElement('img', {
1515
attrs: {
16-
src: require('../image.png') // 现在这不是一个模块请求
16+
src: require('../image.png') // 现在这是一个模块的请求了
1717
}
1818
})
1919
```

0 commit comments

Comments
 (0)