We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891cee8 commit 66068b6Copy full SHA for 66068b6
docs/index.md
@@ -13,6 +13,7 @@ Let's say we have a `/api/v1/people` endpoint:
13
```js
14
// es6 import syntax
15
// vanilla JS would expose 'jsorm' as a global
16
+import 'isomorphic-fetch';
17
import { Model, attr } from 'jsorm';
18
19
var Person = Model.extend({
0 commit comments