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
比如组件
const Component = Regular.exnted({ name: 'Component', template: ` <div r-view > Nest Component with r-view </div> ` }) const Module = Regular.extend({ template: ` <Component /> ` })
这个Module 作为路由模块,这个r-view就不生效了
Module
The text was updated successfully, but these errors were encountered:
fix(r-view): #6 r-view应该支持内嵌组件
a019b2f
leeluolee
No branches or pull requests
比如组件
这个
Module
作为路由模块,这个r-view就不生效了The text was updated successfully, but these errors were encountered: