@@ -3,7 +3,9 @@
import Vue from 'vue'
import Element from 'element-ui'
+import Pdoc from '@persagy-vue/doc'
import 'element-ui/lib/theme-chalk/index.css'
import './public/plugin/prism.css'
import './public/plugin/prism'
Vue.use(Element);
+Vue.use(Pdoc);
@@ -0,0 +1,6 @@
+@startuml
+left to right direction
+skinparam packageStyle rectangle
+actor customer
+actor clerk
+@enduml
@@ -8,3 +8,5 @@ actionLink: /zh/guide/
footer: MIT Licensed | Copyright © 2009-present 博锐尚格科技股份有限公司
---
+
+<PPlantUML src="/uml/test1.puml" />
@@ -4,7 +4,7 @@
[[toc]]
:::
-1.引擎基本结构
+1. 引擎基本结构
![绘图引擎结构](./img/draw-engine.png)
@@ -16,6 +16,7 @@
"@persagy-web/big": "2.2.9",
"@persagy-web/draw": "2.2.6",
"@persagy-web/graph": "2.2.13",
+ "@persagy-vue/doc": "1.1.35",
"axios": "^0.19.2",
"element-ui": "^2.12.0",
"vue": "^2.6.10",