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
按照文档示例,引入文件,
var d=dialog({title:'message','content':'dsfsadf'});
总是报错:
Uncaught TypeError: undefined is not a function ,
但是console.log(dialog)是有输出的,而且也是一个function,为dialog内部错误。
The text was updated successfully, but these errors were encountered:
按照文档示例,引入文件,
var d=dialog({title:'message','content':'dsfsadf'});
总是报错:
Uncaught TypeError: undefined is not a function ,
但是console.log(dialog)是有输出的,而且也是一个function,为dialog内部错误。
The text was updated successfully, but these errors were encountered: