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
/
jsconfig.json
13 lines
(12 loc)
•
220 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"baseUrl"
:
"./"
,
"module"
:
"commonjs"
,
"paths"
:
{
"root/*"
:
[
"./*"
]
,
"@/*"
:
[
"./src/*"
]
,
"example/*"
:
[
"./example/src/*"
]
}
}
,
"exclude"
:
[
"node_modules"
]
}