File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
docs/pages/product/apis-integrations/javascript-sdk Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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
44Vue.js app.
55
66## QueryBuilder
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ to abstract state management and API calls from your rendering code.
5454
5555Here 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
101101yarn add @cubejs-client/core @cubejs-client/vue3
102102```
103103
104- ** Note.** If you're using Vue 2, please use ` @cubejs-client/vue ` .
105-
106104Now 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
You can’t perform that action at this time.
0 commit comments