<template> <div> </div> </template> <script setup name="Basketball" lang="ts"> onBeforeMount(async () => { }); onMounted(() => { }); onBeforeUnmount(() => { }); </script> <style lang="scss" scoped></style>