fix: 修改打包失败
This commit is contained in:
parent
b931fbd7ab
commit
a96b0c166a
@ -71,7 +71,11 @@ class CustomEdge2 extends BezierEdge {
|
|||||||
delete style.stroke
|
delete style.stroke
|
||||||
|
|
||||||
return h('g', {}, [
|
return h('g', {}, [
|
||||||
h('style', { type: 'text/css' }, '.lf-edge{stroke:#afafaf}.lf-edge:hover{stroke: #3370FF;}'),
|
h(
|
||||||
|
'style' as any,
|
||||||
|
{ type: 'text/css' },
|
||||||
|
'.lf-edge{stroke:#afafaf}.lf-edge:hover{stroke: #3370FF;}'
|
||||||
|
),
|
||||||
h('path', {
|
h('path', {
|
||||||
d: path,
|
d: path,
|
||||||
...style,
|
...style,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user