소스 검색

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