Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 8, 2021
1 parent 572b632 commit 27364c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ import { parse, stringify } from 'vue-chemistry/json'
import { isFalsy } from 'vue-chemistry/boolean'
import { log } from 'vue-chemistry/console'
import { set } from 'vue-chemistry'
// or
import * as Math from 'vue-chemistry/math'
Math.sin(a)
```

Or to have everything in one place:
Expand All @@ -114,6 +117,7 @@ Or to have everything in one place:
import { sqrt, parseInt, parse, log } from 'vue-chemistry/all'
```


## Examples

```js
Expand Down

0 comments on commit 27364c7

Please sign in to comment.