Browse Source

filename should be `class.js`

as title above
Jordan 6 years ago
parent
commit
47896ad7b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/art/80vue-compiler-start.md

+ 1 - 1
docs/art/80vue-compiler-start.md

@@ -571,7 +571,7 @@ export default {
 }
 ```
 
-可以看到这三个文件输出的都是对象,且 `klass.js` 文件与 `style.js` 文件的输出基本相同,只有 `staticKeys` 字段有所区别,而 `model.js` 文件输出的对象只包含 `preTransformNode` 属性。最终 `platforms/web/compiler/modules/index.js` 文件将这三个文件的输出综合为一个数组进行输出,所以其输出的内容为:
+可以看到这三个文件输出的都是对象,且 `class.js` 文件与 `style.js` 文件的输出基本相同,只有 `staticKeys` 字段有所区别,而 `model.js` 文件输出的对象只包含 `preTransformNode` 属性。最终 `platforms/web/compiler/modules/index.js` 文件将这三个文件的输出综合为一个数组进行输出,所以其输出的内容为:
 
 ```js
 [