Skip to content

Commit

Permalink
Merge pull request #619 from wenyuking/textarea-pr
Browse files Browse the repository at this point in the history
解决按需加载使用textarea组件 ,双向绑定未生效的bug
  • Loading branch information
ydcss authored Aug 7, 2018
2 parents b1aa242 + 011a06a commit 5cbd2a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build/webpack.dist.components.rem.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = merge(distCommonWebpackConfig, {
"/lib.rem/popup/index": "./src/components/popup/index.js",
"/lib.rem/rate/index": "./src/components/rate/index.js",
"/lib.rem/countdown/index": "./src/components/countdown/index.js",
"/lib.rem/textarea/index": "./src/components/textarea/index.js",
"/lib.rem/rollnotice/index": "./src/components/rollnotice/index.js",
"/lib.rem/input/index": "./src/components/input/index.js",
"/lib.rem/flexbox/index": "./src/components/flexbox/index.js",
Expand Down
4 changes: 2 additions & 2 deletions dist/lib.rem/textarea/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5cbd2a1

Please sign in to comment.