#### åēæŦ
æįŽåį፿ŗã
#### basic
The simplest usage.
<template>
  <div>
    <a-affix>
      <a-button type="primary">Affix top</a-button>
    </a-affix>
    <br />
    <a-affix :offsetBottom="0">
      <a-button type="primary">Affix bottom</a-button>
    </a-affix>
  </div>
</template>