client: refactor components/tab.vue to composition API #184
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Blocks
#130 Refactor remaining client components to SFC Setup + Composition API}
FoundKeyGang/FoundKey
#185 client: remove click-anime directive}
FoundKeyGang/FoundKey
Reference: FoundKeyGang/FoundKey#184
Loading…
Reference in a new issue
No description provided.
Delete branch "refactor/tab.vue"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactoring this component could be done after changing its method of
receiving the list of available tabs by using slots to using an
ordinary parameter. This was possible because all uses of this
component just provided text as the tab labels.
Also removed unused imports of this component.
Also removed the use of the click-anime directive. This is a prerequisite to removing the whole directive.