UNPKG
scroll-modal
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
一个支持卷轴式展开、关闭的Vue弹窗组件
github.com/coderben2017/scroll-modal
coderben2017/scroll-modal
scroll-modal
/
index.html
12 lines
(11 loc)
•
206 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
scroll-modal
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
<
script
src
=
"/dist/build.js"
>
</
script
>
</
body
>
</
html
>