最简单的用法
<script setup lang="ts"> import { Affix, Button } from '@lite-space/ui' </script> <template> <Affix :offset-top="10"> <Button>Affix top</Button> </Affix> </template>