File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Not ready yet? Read documentation for older versions [here →](https://github.c
24
24
### npm & ESM
25
25
26
26
``` bash
27
- $ npm install echarts vue-echarts
27
+ npm install echarts vue-echarts
28
28
```
29
29
30
30
To make ` vue-echarts ` work for _ Vue 2_ (<2.7.0), you need to have ` @vue/composition-api ` installed:
@@ -501,8 +501,8 @@ The following breaking changes are introduced in `vue-echarts@6`:
501
501
## Local development
502
502
503
503
``` bash
504
- $ pnpm i
505
- $ pnpm serve
504
+ pnpm i
505
+ pnpm serve
506
506
```
507
507
508
508
Open ` http://localhost:8080 ` to see the demo.
Original file line number Diff line number Diff line change 25
25
### npm & ESM
26
26
27
27
``` bash
28
- $ npm install echarts vue-echarts
28
+ npm install echarts vue-echarts
29
29
```
30
30
31
31
要在 _ Vue 2_ (<2.7.0)下使用 ` vue-echarts ` ,需要确保 ` @vue/composition-api ` 已经安装:
@@ -502,8 +502,8 @@ import { THEME_KEY } from 'vue-echarts'
502
502
## 本地开发
503
503
504
504
` ` ` bash
505
- $ pnpm i
506
- $ pnpm serve
505
+ pnpm i
506
+ pnpm serve
507
507
```
508
508
509
509
打开 ` http://localhost:8080 ` 来查看 demo。
You can’t perform that action at this time.
0 commit comments