File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,12 @@ export default AppStore;
5757import { connect } from ' vua-redux' ;
5858
5959const App = {
60+ props: [' some-prop' , ' another-prop' ],
61+
62+ /**
63+ * everything you do with vue component props
64+ * you can do inside collect key
65+ */
6066 collect: {
6167 todos: {
6268 type: Array ,
Original file line number Diff line number Diff line change 11{
22 "name" : " vua-redux" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.3 " ,
44 "description" : " vue redux binding higher order component" ,
5+ "author" : " Nadim Tuhin" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " https://github.com/nadimtuhin/vua-redux.git"
9+ },
10+ "bugs" : " https://github.com/nadimtuhin/vua-redux/issues" ,
11+ "homepage" : " http://nadimtuhin.com" ,
12+ "license" : " MIT" ,
513 "main" : " lib/index.js" ,
614 "scripts" : {
715 "test" : " mocha \" ./src/**/*.spec.js\" --compilers js:babel-core/register" ,
1321 " vue" ,
1422 " redux"
1523 ],
16- "author" : " Nadim Tuhin" ,
17- "license" : " MIT" ,
1824 "devDependencies" : {
1925 "babel-cli" : " ^6.14.0" ,
2026 "babel-preset-es2015" : " ^6.14.0" ,
You can’t perform that action at this time.
0 commit comments