UNPKG
v-area-picker
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
vue移动端地址选择组件
github.com/JoeWrights/v-area-picker
JoeWrights/v-area-picker
v-area-picker
/
src
/
components
/
action-sheet
/
index.js
8 lines
(5 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
VActionSheet
from
'./src/action-sheet.vue'
VActionSheet
.
install
=
Vue
=>
{
Vue
.
component
(
VActionSheet
.
name
,
VActionSheet
) }
export
default
VActionSheet