xw-diagram-vue3
v0.1.7
Published
# 安装 ``` npm install xw-diagram-vue3 ``` # 引入组件 main.js 引入 xw-diagram-vue3 ``` import xwDiagramV3 from 'xw-diagram-vue3' import 'xw-diagram-vue3/dist/xw-diagram-v3.css' app.use(xwDiagramV3) ``` # 使用 ``` 主题可选 <div style="height:400px;width: 400px;"> <xw-
Downloads
4
Readme
xw-diagram-vue3
安装
npm install xw-diagram-vue3
引入组件
main.js 引入 xw-diagram-vue3
import xwDiagramV3 from 'xw-diagram-vue3'
import 'xw-diagram-vue3/dist/xw-diagram-v3.css'
app.use(xwDiagramV3)
使用
主题可选
<div style="height:400px;width: 400px;">
<xw-diagram-v3 id="abc43735bce5f9eb3a5cade11b4c487c" :theme="theme"/>
</div>
可供选择的主题
'chalk',
'dark',
'essos',
'infographic',
'macarons',
'purple-passion',
'roma',
'shine',
'vintage',
'walden',
'westeros',
'wonderland'