UNPKG
@beeapi/nutui
Version:
latest (2.2.10)
2.2.10
一套轻量级移动端Vue组件库
github.com/movins/nutui
movins/nutui
@beeapi/nutui
/
dist
/
packages
/
actionsheet
/
index.js
9 lines
(6 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
ActionSheet
from
'./actionsheet.vue'
;
import
'./actionsheet.scss'
;
ActionSheet
.
install
=
function
(
Vue
) {
Vue
.
component
(
ActionSheet
.
name
,
ActionSheet
); };
export
default
ActionSheet
;