Skip to content

Commit bb17742

Browse files
committed
chore: update docs
1 parent 4198857 commit bb17742

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/pages/product/apis-integrations/javascript-sdk/reference/cubejs-client-vue.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# `@cubejs-client/vue`
1+
# `@cubejs-client/vue3`
22

3-
`@cubejs-client/vue` provides Vue Components to easily integrate Cube within a
3+
`@cubejs-client/vue3` provides Vue Components to easily integrate Cube within a
44
Vue.js app.
55

66
## QueryBuilder

docs/pages/product/apis-integrations/javascript-sdk/vue.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ to abstract state management and API calls from your rendering code.
5454

5555
Here are the typical steps to query and visualize analytical data in Vue:
5656

57-
- **Import `@cubejs-client/core` and `@cubejs-client/vue` packages.** These
57+
- **Import `@cubejs-client/core` and `@cubejs-client/vue3` packages.** These
5858
packages provide all the necessary methods and convenient Vue tools.
5959
- **Create an instance of Cube JavaScript Client.** The client is initialized
6060
with Cube API URL. In development mode, the default URL is
@@ -101,10 +101,8 @@ npm install --save @cubejs-client/core @cubejs-client/vue3
101101
yarn add @cubejs-client/core @cubejs-client/vue3
102102
```
103103

104-
**Note.** If you're using Vue 2, please use `@cubejs-client/vue`.
105-
106104
Now you can build your application from scratch or connect to one of our
107105
[supported data visualization tools](/product/configuration/visualization-tools).
108106

109107

110-
[ref-compare-date-range]: /product/apis-integrations/queries#compare-date-range-query
108+
[ref-compare-date-range]: /product/apis-integrations/queries#compare-date-range-query

0 commit comments

Comments
 (0)