Showing
1 changed file
with
6 additions
and
0 deletions
@@ -80,6 +80,11 @@ | @@ -80,6 +80,11 @@ | ||
80 | <script lang="ts"> | 80 | <script lang="ts"> |
81 | import { defineComponent } from 'vue'; | 81 | import { defineComponent } from 'vue'; |
82 | export default defineComponent({ | 82 | export default defineComponent({ |
83 | + components: { | ||
84 | + VNodes: (_, { attrs }) => { | ||
85 | + return attrs.vnodes; | ||
86 | + }, | ||
87 | + }, | ||
83 | inheritAttrs: false, | 88 | inheritAttrs: false, |
84 | }); | 89 | }); |
85 | </script> | 90 | </script> |
@@ -376,6 +381,7 @@ | @@ -376,6 +381,7 @@ | ||
376 | clearRuleList, | 381 | clearRuleList, |
377 | }); | 382 | }); |
378 | </script> | 383 | </script> |
384 | + | ||
379 | <style> | 385 | <style> |
380 | .jsoneditor { | 386 | .jsoneditor { |
381 | border: none; | 387 | border: none; |