File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 1
1
# vuex-orm-apollo
2
2
3
- [ ![ Travis CI] ( https://travis-ci.org/phortx/vuex-orm-apollo.svg?branch=master )] ( https://travis-ci.org/phortx /vuex-orm-apollo )
3
+ [ ![ Travis CI] ( https://travis-ci.org/phortx/vuex-orm-apollo.svg?branch=master )] ( https://travis-ci.org/vuex-orm /vuex-orm-apollo )
4
4
[ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://standardjs.com )
5
5
[ ![ License] ( https://img.shields.io/npm/l/@vuex-orm/core.svg )] ( https://github.com/vuex-orm/vuex-orm/blob/master/LICENSE.md )
6
6
@@ -129,25 +129,6 @@ $ yarn run coverage
129
129
Generate test coverage in coverage directory.
130
130
131
131
132
- ### apollo-link import bug
133
-
134
- Currently there exists [ a bug in apollo-link] ( https://github.com/apollographql/apollo-link/issues/248 ) , which causes
135
- errors in vuex-orm-apollo. As a workaround, you have to change he file ` node_modules/apollo-link/lib/index.js ` after
136
- installing the node_modules.
137
-
138
- In line 3 change
139
-
140
- ``` javascript
141
- import * as Observable from ' zen-observable' ;
142
- ```
143
-
144
- to:
145
-
146
- ``` javascript
147
- import Observable from ' zen-observable' ;
148
- ```
149
-
150
-
151
132
## License
152
133
153
134
Vuex ORM Apollo is open-sourced software licensed under the [ MIT license] ( https://github.com/phortx/vuex-orm-apollo/blob/master/LICENSE.md ) .
You can’t perform that action at this time.
0 commit comments