Skip to content

Commit a6a9f09

Browse files
committed
added slot
1 parent 11fa5e3 commit a6a9f09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/RemoteRenderingView.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
class="pa-0"
2727
@click="get_x_y"
2828
@keydown.esc="app_store.toggle_picking_mode(false)"
29-
/>
29+
>
30+
<slot name="ui"></slot>
31+
</v-col>
3032
</div>
3133
</ClientOnly>
3234
</template>

0 commit comments

Comments
 (0)