docs: 📚️ fix docs

This commit is contained in:
vector
2021-03-16 17:42:37 +08:00
parent a2163aaafb
commit c3007f713b
2 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ npm install @antv/x6-vue-shape
yarn add @antv/x6-vue-shape
# 在 vue2 下还需要安装 @vue/composition-api
yarn add @vue/composition-api
yarn add @vue/composition-api --dev
```
安装并应用该包后,指定节点的 `shape``vue-shape`,并通过 `component` 属性来指定渲染节点的 Vue 组件。

View File

@ -274,7 +274,7 @@ npm install @antv/x6-vue-shape
yarn add @antv/x6-vue-shape
# 在 vue2 下还需要安装 @vue/composition-api
yarn add @vue/composition-api
yarn add @vue/composition-api --dev
```
安装并应用该包后,指定节点的 `shape``vue-shape`,并通过 `component` 属性来指定渲染节点的 Vue 组件。