Преглед изворни кода

#618 allow nesting elements in an interactive image

Falko Schindler пре 2 година
родитељ
комит
295a3df195
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      nicegui/elements/interactive_image.js

+ 1 - 0
nicegui/elements/interactive_image.js

@@ -9,6 +9,7 @@ export default {
         </g>
         <g v-html="content"></g>
       </svg>
+      <slot></slot>
     </div>
   `,
   data() {