Closed
Description
🤔 目前没有实现 slot
导致这样的语法不会生效
<v-rect :x="110" :y="220" :width="30" :height="30" color="cyan" :style="'fill'">
<v-rect :x="30" :y="420" :width="30" :height="30" color="red" :style="'fill'" />
</v-rect>
感觉加上这个功能 以后能方便对标 react-native-skia
的 <Group />
(react-native-skia/docs/group)