ソースを参照

#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() {