1 2 3 4 5 6 7 8 9 10
<template> <Affix> <span class="demo-affix">固定在最顶部</span> </Affix> </template> <script> export default { } </script>