UNPKG
hae-mobile-ui
Version:
latest (0.9.0)
0.9.0
Pure UI Library For Hae
hae-mobile-ui
/
src
/
components
/
swipeout
/
index.js
14 lines
(11 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * Thanks to: http://jdc.jd.com/demo/slide_to_remove/ */
import
Swipeout
from
'./swipeout.vue'
import
SwipeoutItem
from
'./swipeout-item.vue'
import
SwipeoutButton
from
'./swipeout-button.vue'
export
{
Swipeout
,
SwipeoutItem
,
SwipeoutButton
}