Skip to content

Commit

Permalink
Merge pull request #4 from vuejs/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
shaonialife authored Aug 7, 2020
2 parents f54c5a4 + 6b9b33c commit c837cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ The following APIs introduced in Vue 3 are not available in this plugin.
- `onRenderTracked`
- `onRenderTriggered`
- `isProxy`
- `isVNode`

### Reactive APIs in `data()`

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/composition-api",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "Provide logic composition capabilities for Vue.",
"keywords": [
"vue",
Expand All @@ -13,7 +13,7 @@
},
"main": "index.js",
"module": "dist/vue-composition-api.esm.js",
"unpkg": "dist/vue-composition-ap.prod.js",
"unpkg": "dist/vue-composition-api.prod.js",
"jsdelivr": "dist/vue-composition-api.prod.js",
"typings": "dist/index.d.ts",
"author": {
Expand Down

0 comments on commit c837cdd

Please sign in to comment.