我在打字稿中使用了alertify插件,但無法識別getData功能。請看下面的代碼 copyTemplate(id:any, pluginId:any, name:any) {
alertify.confirm(`Are you sure you want to copy ${name} to a new project template?`, function() {
t
我想,當有人試圖從頁面導航使用alertify確認框。但在路線的willTransition行動,alertify非常異步的,餘燼不會等待確認。無論您點擊什麼,該頁面都已被導航。 willTransition(transition) {
alertify.confirm('Confirm', 'Are you sure you want to navigate?', function(e