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 Layer = Blend.ui.Layer;
Layer.addSidebar('baidulayer',{
url:'http://www.baidu.com'
})
但是捕捉出来的错误是Uncaught TypeError: undefined is not a function
这是什么原因啊?
The text was updated successfully, but these errors were encountered:
我根据首页里面的文档来使用
var Layer = Blend.ui.Layer;
Layer.addSidebar('baidulayer',{
url:'http://www.baidu.com'
})
但是捕捉出来的错误是Uncaught TypeError: undefined is not a function
这是什么原因啊?
The text was updated successfully, but these errors were encountered: