update components
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
(function () {
|
||||
|
||||
function show(options) {
|
||||
|
||||
// items
|
||||
// positionTo
|
||||
// showCancel
|
||||
|
||||
}
|
||||
|
||||
window.ActionSheet = {
|
||||
show: show
|
||||
};
|
||||
|
||||
})();
|
||||
Reference in New Issue
Block a user