Explorar o código

#618 allow nesting elements in an interactive image

Falko Schindler %!s(int64=2) %!d(string=hai) anos
pai
achega
295a3df195
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      nicegui/elements/interactive_image.js

+ 1 - 0
nicegui/elements/interactive_image.js

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