Files
hoc-element-affix/README.md
wangwenzhang c01cde6c20 init project
2020-04-03 16:34:17 +08:00

406 B

@hoc-element/affix

npm NPM

📌 将页面元素固定在在可视范围内。

Environment Support

  • Vue 2.5.17

Install

npm install @hoc-element/affix

Quick Start

import Vue from 'vue'
import HocElementAffix from '@hoc-element/affix'

Vue.use(HocElementAffix)