Browse Source

#618 allow nesting elements in an interactive image

Falko Schindler 2 years ago
parent
commit
295a3df195
1 changed files with 1 additions and 0 deletions
  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() {