feat(selector): improve api
This commit is contained in:
@@ -41,10 +41,7 @@ const { selectorPosition } = useButtonNavigation({
|
||||
|
||||
<Buttons />
|
||||
<ButtonSelector
|
||||
:x="selectorPosition[0]"
|
||||
:y="selectorPosition[1]"
|
||||
:width="selectorPosition[2]"
|
||||
:height="selectorPosition[3]"
|
||||
:rect="selectorPosition"
|
||||
:opacity="store.isIntro ? store.intro.stage3Opacity : 1"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user