修改bug
Showing
.babelrc
100644 → 100755
File mode changed from 100644 to 100755
.editorconfig
100644 → 100755
File mode changed from 100644 to 100755
.gitignore
0 → 100755
.npminstall.done
100644 → 100755
README.md
100644 → 100755
dist/head_default.jpg
deleted
100644 → 0
3.28 KB
dist/head_default.png
0 → 100644
6.85 KB
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
index.html
100644 → 100755
File mode changed from 100644 to 100755
package.json
100644 → 100755
{ | ||
"name": "@gic-test/vue-gic-confirm-people", | ||
"description": "vue-gic-confirm-people Plugin", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
"private": false, | ||
"main": "dist/vue-gic-confirm-people.js", | ||
"scripts": { | ||
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot", | ||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"qs": "^6.5.2", | ||
"vue": "^2.5.16" | ||
"_from": "@gic-test/vue-gic-confirm-people@^1.0.2", | ||
"_id": "@gic-test/vue-gic-confirm-people@1.0.2", | ||
"_inBundle": false, | ||
"_integrity": "sha1-AFkmY2d2PXgz7ELwGQCfKSryzBY=", | ||
"_location": "/@gic-test/vue-gic-confirm-people", | ||
"_phantomChildren": {}, | ||
"_requested": { | ||
"type": "range", | ||
"registry": true, | ||
"raw": "@gic-test/vue-gic-confirm-people@^1.0.2", | ||
"name": "@gic-test/vue-gic-confirm-people", | ||
"escapedName": "@gic-test%2fvue-gic-confirm-people", | ||
"scope": "@gic-test", | ||
"rawSpec": "^1.0.2", | ||
"saveSpec": null, | ||
"fetchSpec": "^1.0.2" | ||
}, | ||
"_requiredBy": [ | ||
"#USER", | ||
"/" | ||
], | ||
"_resolved": "http://www.gicdev.com:7001/@gic-test/vue-gic-confirm-people/download/@gic-test/vue-gic-confirm-people-1.0.2.tgz", | ||
"_shasum": "0059266367763d7833ec42f019009f292af2cc16", | ||
"_spec": "@gic-test/vue-gic-confirm-people@^1.0.2", | ||
"_where": "C:\\Users\\Administrator\\Desktop\\private", | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not ie <= 8" | ||
], | ||
"bundleDependencies": false, | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"qs": "^6.5.2", | ||
"vue": "^2.5.16" | ||
}, | ||
"deprecated": false, | ||
"description": "vue-gic-confirm-people Plugin", | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
... | ... | @@ -35,6 +53,13 @@ |
"webpack": "^3.6.0", | ||
"webpack-dev-server": "^2.9.1" | ||
}, | ||
"_from": "@gic-test/vue-gic-confirm-people@1.0.2", | ||
"_resolved": "http://www.gicdev.com:7001/@gic-test/vue-gic-confirm-people/download/@gic-test/vue-gic-confirm-people-1.0.2.tgz" | ||
} | ||
\ No newline at end of file | ||
"license": "MIT", | ||
"main": "dist/vue-gic-confirm-people.js", | ||
"name": "@gic-test/vue-gic-confirm-people", | ||
"private": false, | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules", | ||
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot" | ||
}, | ||
"version": "1.0.3" | ||
} |
src/App.vue
100644 → 100755
File mode changed from 100644 to 100755
src/lib/api.js
100644 → 100755
File mode changed from 100644 to 100755
src/lib/vue-gic-confirm-people.vue
→
src/lib/component.vue
100644 → 100755
src/lib/head_default.jpg
deleted
100644 → 0
3.28 KB
src/lib/head_default.png
0 → 100644
6.85 KB
src/lib/index.js
100644 → 100755
src/main.js
100644 → 100755
File mode changed from 100644 to 100755
webpack.config.js
100644 → 100755
File mode changed from 100644 to 100755