client: refactor marquee component to composition API #187
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
Reference: FoundKeyGang/FoundKey#187
Loading…
Reference in a new issue
No description provided.
Delete branch "refactor/marquee"
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?
@ -33,3 +26,1 @@
}
watch(() => props.duration, calc);
let contentEl = $ref();
This should have a type annotation of
HTMLElement
.@ -37,3 +28,1 @@
onMounted(() => {
calc();
});
function calc() {
This should have a return type annotation added.