Skip to content

Commit

Permalink
docs: 增加语言识别配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel.xiao committed Jul 12, 2018
1 parent ad3af2a commit 82e1cf2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
*.html linguist-language=JavaScript
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -12,6 +12,7 @@
"doc": "node scripts/gen-doc.js",
"commit": "git-cz",
"release:log": "conventional-changelog -p angular -i CHANGELOG_TEMP.md -s -r 0",
"release": "npm run lint && lerna run release && lerna publish",
"test": "lerna run test"
},
"gitHooks": {
Expand Down
1 change: 0 additions & 1 deletion packages/ncform/src/components/vue-ncform/index.js
Expand Up @@ -20,7 +20,6 @@ module.exports = {
* ]
*/
install: (Vue, options = { extComponents: {}, extRules: [] }) => {

window.__$ncform = {}; // 属于ncform的全局变量

window.__$ncform.__ncFormsGlobalList = {};
Expand Down

0 comments on commit 82e1cf2

Please sign in to comment.