Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 35c9caa

Browse filesBrowse files
arliangyyx990803
authored andcommitted
Fixed typo (vuejs#770)
1 parent a93cc3a commit 35c9caa
Copy full SHA for 35c9caa

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎docs/zh-cn/start/spec.md

Copy file name to clipboardExpand all lines: docs/zh-cn/start/spec.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030

3131
`vue-loader` 会解析文件,提取每个语言块,如有必要会通过其它 loaders 处理,最后将他们组装成一个 CommonJS 模块,`module.exports` 出一个 Vue.js 组件对象。
3232

33-
`vue-loader` 支持使用非默认放言,比如 CSS 预处理器,预编译的 HTML 模版语言,通过设置语言块的 `lang` 属性。例如,你可以像下面这样使用 SASS 语法编写 style:
33+
`vue-loader` 支持使用非默认语言,比如 CSS 预处理器,预编译的 HTML 模版语言,通过设置语言块的 `lang` 属性。例如,你可以像下面这样使用 SASS 语法编写 style:
3434

3535
``` html
3636
<style lang="sass">

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.