mermaid 样式调整

This commit is contained in:
tangly1024
2022-12-07 15:12:29 +08:00
parent 249416980b
commit 1a6f7e3cb0
3 changed files with 23 additions and 34 deletions

View File

@@ -15,7 +15,7 @@ const WalineComponent = (props) => {
const router = useRouter()
const updateWaline = url => {
if (url !== path) {
if (url !== path && waline) {
waline.update(props)
}
}