Skip to content

Commit 74fdd7e

Browse files
yuanyicanyyx990803
authored andcommitted
docs: remove untranslated sentence (#2014) [ci skip]
1 parent c6e5eeb commit 74fdd7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/zh/guide/html-and-static-assets.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ Prefetch 链接将会消耗带宽。如果你的应用很大且有很多 async c
7878

7979
当你在 JavaScript、CSS 或 `*.vue` 文件中使用相对路径 (必须以 `.` 开头) 引用一个静态资源时,该资源将会被包含进入 webpack 的依赖图中。在其编译过程中,所有诸如 `<img src="...">``background: url(...)` 和 CSS `@import` 的资源 URL **都会被解析为一个模块依赖**
8080

81-
For example, `url(./image.png)` will be translated into `require('./image.png')`, and
8281
例如,`url(./image.png)` 会被翻译为 `require('./image.png')`,而:
8382

8483
``` html

0 commit comments

Comments
 (0)