super關(guān)鍵字
使用class關(guān)鍵字時(shí)無法使用super.method名段,解決方案
class MPopover extends SuperCls{
method(){
SuperCls.options.methods.method.call(this)
}
}
使用class關(guān)鍵字時(shí)無法使用super.method名段,解決方案
class MPopover extends SuperCls{
method(){
SuperCls.options.methods.method.call(this)
}
}