Autocomplete: add value-key (#7671)

* Autocomplete: add value-key

* fix autocomplete test
This commit is contained in:
杨奕
2017-10-24 02:24:35 -05:00
committed by GitHub
parent 14ecf86c55
commit 4517e3d9be
12 changed files with 86 additions and 86 deletions

View File

@@ -25,14 +25,14 @@
"dist:all": "node build/bin/build-all.js && npm run build:theme",
"i18n": "node build/bin/i18n.js",
"lint": "eslint src/**/* test/**/* packages/**/*.{js,vue} build/**/* --quiet",
"pub": "npm run bootstrap && sh build/git-release.sh && sh build/release.sh && node build/bin/gen-indices.js",
"pub": "npm run bootstrap && sh build/git-release.sh && sh build/release.sh && node build/bin/gen-indices.js && sh build/deploy-faas.sh",
"pub:all": "npm run dist:all && lerna publish --skip-git && git commit -am 'publish independent packages' && git push eleme dev",
"test": "npm run lint && npm run build:theme && cross-env CI_ENV=/dev/ karma start test/unit/karma.conf.js --single-run",
"test:watch": "npm run build:theme && karma start test/unit/karma.conf.js"
},
"faas": {
"domain": "element",
"public": "examples/element-ui"
"public": "temp_web/element"
},
"repository": {
"type": "git",