Skip to content

Commit b33bc7e

Browse files
committed
fix: [subMenu]props
1 parent 3d749b1 commit b33bc7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/_util/store/connect.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export default function connect(mapStateToProps) {
2929
data() {
3030
this.store = this.storeContext.store;
3131
this.preProps = omit(getOptionProps(this), ['__propsSymbol__']);
32-
console.log('');
3332
return {
3433
subscribed: finnalMapStateToProps(this.store.getState(), this.$props),
3534
};

0 commit comments

Comments
 (0)