Skip to content

Commit f5f262c

Browse files
authored
Renamed vua-redux to redux-vue-connect
1 parent ac941ec commit f5f262c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connect.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ export default function connect(mapStateToProps, mapActionsToProps) {
6868
...normalizeProps(children.collect || {})
6969
};
7070

71-
const msg = `vua-redux: collect is deprecated, use props ` +
71+
const msg = `redux-vue-connect: collect is deprecated, use props ` +
7272
`in ${children.name || 'anonymous'} component`;
7373

7474
console.warn(msg);
7575
}
7676

7777
return {
78-
name: `ConnectVuaRedux-${children.name || 'children'}`,
78+
name: `ReduxVueConnect-${children.name || 'children'}`,
7979

8080
render(h) {
8181
const props = getProps(this);

0 commit comments

Comments
 (0)