UNPKG
@hoc-element/affix
Version:
latest (1.0.0)
1.0.0
0.1.2
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
📌 Affix 将页面元素固定在可视范围内。
github.com/pdsuwwz/hoc-element-affix
pdsuwwz/hoc-element-affix
@hoc-element/affix
/
build
/
utils.js
8 lines
(6 loc)
•
119 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
path
=
require
(
'path'
)
module
.exports = { resolve (dir =
''
) {
return
path
.join(process.cwd(), dir) } }