|
@@ -50,6 +50,9 @@ const StructDataPlugin = defineMarkdownPlugin({
|
|
renderer: (node: { attribs: Record<string, string> }) => {
|
|
renderer: (node: { attribs: Record<string, string> }) => {
|
|
return h(VueStructData, {
|
|
return h(VueStructData, {
|
|
uuid: decodeURIComponent(node.attribs.uuid || ''),
|
|
uuid: decodeURIComponent(node.attribs.uuid || ''),
|
|
|
|
+ style: {
|
|
|
|
+ 'height': '400px'
|
|
|
|
+ }
|
|
})
|
|
})
|
|
},
|
|
},
|
|
})
|
|
})
|