Skip to content

Commit e2c2a6a

Browse files
committed
feat: added CoCreate-actions
1 parent 0c42fc1 commit e2c2a6a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

demo/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
scroll-bottom="scroll_bottom"
6767
scroll="hidden, sticky-nav"
6868
scroll-up="10"
69-
scroll-down="5">
69+
scroll-down="5"
70+
scroll-to="top | bottom | left | right">
7071
<!--<a href="#" class="logo">Navbar</a>-->
7172
<div
7273
class="margin:0px_15px display:flex flex-wrap:wrap justify-content:space-between flex-direction:row align-items:center width:100%">

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"webpack-log": "^3.0.1"
5959
},
6060
"dependencies": {
61-
"@cocreate/observer": "^1.16.1"
61+
"@cocreate/observer": "^1.16.1",
62+
"@cocreate/actions": "^1.19.1"
6263
}
6364
}

0 commit comments

Comments
 (0)