Skip to content

Commit

Permalink
fix: add the missing @cubejs-client/vue package (#95)
Browse files Browse the repository at this point in the history
* fix: add the missing @cubejs-client/vue package

* docs: correct typos of the word "measures"
  • Loading branch information
xiaoluoboding authored and paveltiunov committed Apr 29, 2019
1 parent 0f05321 commit 9e8c4be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Cube.js-Frontend/@cubejs-client-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ into Vue.js app.

### Scoped Slot Props

- `measurers`, `dimensions`, `segments`, `timeDimensions`, `filters` - arrays of
- `measures`, `dimensions`, `segments`, `timeDimensions`, `filters` - arrays of
selected query builder members.
- `availableMeasures`, `availableDimensions`, `availableTimeDimensions`,
`availableSegments` - arrays of available to select members. They are loaded via
Expand Down
1 change: 1 addition & 0 deletions examples/vue-dashboard/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"dependencies": {
"@cubejs-client/core": "^0.4.5",
"@cubejs-client/vue": "^0.7.0",
"chart.js": "^2.8.0",
"core-js": "^2.6.5",
"vue": "^2.6.6",
Expand Down

0 comments on commit 9e8c4be

Please sign in to comment.