Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Franslee committed Mar 29, 2019
1 parent 6fdd4e1 commit 46f8b64
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 63 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

https://nutui.jd.com

文档:[2.X](https://nutui.jd.com/default.html#/start) | [1.X](https://nutui.jd.com/1x/index.html#/intro)
文档:[2.x](https://nutui.jd.com/default.html#/start) | [1.x](https://nutui.jd.com/1x/index.html#/intro)

## 链接
* [意见反馈](https://github.com/jdf2e/nutui/issues)
Expand Down
60 changes: 0 additions & 60 deletions README.cn.md

This file was deleted.

File renamed without changes.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build:site": "npm run build:demo && npm run build:doc",
"build:prod": "cross-env NODE_ENV=production webpack --hide-modules --progress --config build/webpack.prod.conf.js && node scripts/createIndexScss.js",
"build:prodmin": "cross-env NODE_ENV=production webpack --hide-modules --progress --config build/webpack.prod.mini.conf.js",
"build:disp": "cross-env NODE_ENV=production webpack --hide-modules --progress --config build/webpack.disperse.conf.js",
"build:disp": "cross-env NODE_ENV=production webpack --hide-modules --progress --config build/webpack.prod.disperse.conf.js",
"build:cmn": "cross-env NODE_ENV=production webpack --hide-modules --progress --config build/webpack.prod.cmn.conf.js",
"build": "npm run build:prod && npm run build:prodmin && npm run build:cmn && npm run build:disp",
"eslint": "eslint src/packages/**/*.{js,vue}",
Expand Down Expand Up @@ -80,7 +80,7 @@
"copy": "0.3.2",
"copy-webpack-plugin": "4.5.4",
"coveralls": "^3.0.2",
"cross-env": "5.2.0",
"cross-env": "^5.2.0",
"css-loader": "1.0.0",
"eslint": "4.19.1",
"eslint-loader": "2.1.1",
Expand All @@ -107,6 +107,7 @@
"node-filelist": "^1.0.0",
"node-notifier": "5.2.1",
"node-sass": "4.9.3",
"npm-run-all": "^4.1.5",
"nyc": "10.0.0",
"offline-plugin": "^5.0.6",
"optimize-css-assets-webpack-plugin": "5.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/packages/dialog/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ body.dialog-open {
background: $btn-gradient-bg;
background-origin: border-box;
color: $btn-gradient-color;
margin-right:-1px;
&:active {
background: $btn-gradient-active-bg;
}
Expand Down
1 change: 1 addition & 0 deletions src/packages/radiogroup/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import RadioGroup from './radiogroup.vue';
import './radiogroup.scss';

RadioGroup.install = function(Vue) {
Vue.component(RadioGroup.name, RadioGroup);
Expand Down

0 comments on commit 46f8b64

Please sign in to comment.