We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
myBarOption: { barColor: '#959595', barWidth: 6, railColor: '#eee', barMarginRight: 0, barMaginBottom: 0, barOpacityMin: 0.3, zIndex: 'auto', autohidemode: true, horizrailenabled: true },
报错信息
Cannot read property 'options' of undefined
Component._Ctor.options.data = Component.options.data
} }
export function sanitizeComponent (Component) { if (!Component.options) { Component = Vue.extend(Component) // fix issue #6 Component._Ctor = Component } else { Component._Ctor = Component Component.extendOptions = Component.options
请问怎么解决?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
myBarOption: {
barColor: '#959595',
barWidth: 6,
railColor: '#eee',
barMarginRight: 0,
barMaginBottom: 0,
barOpacityMin: 0.3,
zIndex: 'auto',
autohidemode: true,
horizrailenabled: true
},
报错信息
Cannot read property 'options' of undefined
}
}
export function sanitizeComponent (Component) {
if (!Component.options) {
Component = Vue.extend(Component) // fix issue #6
Component._Ctor = Component
} else {
Component._Ctor = Component
Component.extendOptions = Component.options
请问怎么解决?
The text was updated successfully, but these errors were encountered: