You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the new update templates, big changes are there, but I found I can't use build-in modules such as 'modal'.
weexpack : v1.0.12
varmodal=weex.requireModule('modal')modal.alert({message: 'This is a alert',duration: 0.3})// => Uncaught TypeError: Cannot read property 'alert' of undefined