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
模板 MPVue 不支持 Nested Slot,在 Component 编译阶段会把 Template 扁平化,采用小程序原生的 Template 来渲染,这样会导致作用域混乱,从而渲染出错。如果改成小程序原生的自定义组件的方案,则可以默认支持 Slot,不需要用 Template 的方式来 Hack,Template 方式还会带来模板编译不稳定的问题,应该反对。
参见:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
模板 MPVue 不支持 Nested Slot,在 Component 编译阶段会把 Template 扁平化,采用小程序原生的 Template 来渲染,这样会导致作用域混乱,从而渲染出错。如果改成小程序原生的自定义组件的方案,则可以默认支持 Slot,不需要用 Template 的方式来 Hack,Template 方式还会带来模板编译不稳定的问题,应该反对。
参见:
The text was updated successfully, but these errors were encountered: