feat(selector): improve api
This commit is contained in:
@@ -73,11 +73,5 @@ const getOpacity = (button?: ButtonType) => {
|
||||
:opacity="getOpacity('contact')"
|
||||
/>
|
||||
|
||||
<Selector
|
||||
:x="selectorPosition[0]"
|
||||
:y="selectorPosition[1]"
|
||||
:width="selectorPosition[2]"
|
||||
:height="selectorPosition[3]"
|
||||
:opacity="getOpacity()"
|
||||
/>
|
||||
<Selector :rect="selectorPosition" :opacity="getOpacity()" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user