# @hoc-element/affix ![npm](https://img.shields.io/npm/v/@hoc-element/affix) ![NPM](https://img.shields.io/npm/l/@hoc-element/affix) 📌 将页面元素固定在在可视范围内。 ## Environment Support * Vue 2.5.17 ## Install ```shell npm install @hoc-element/affix ``` ## Quick Start ```js import Vue from 'vue' import HocElementAffix from '@hoc-element/affix' Vue.use(HocElementAffix) ```