Is it ok to use a ui:repeat inside a ui:include
问题 We all know the difference between build time and render time. It is definitely not a great idea to put a <ui:include> tag (build time) inside a <ui:repeat> (render time), but is the opposite okay to do? Can we use <ui:repeat> inside a <ui:include> ? 回答1: Both ways are OK. It is definitely not a great idea to put a <ui:include> tag (build time) inside a <ui:repeat> (render time) This is not true. You can safely do so. The only limitation is that you can't use the var of <ui:repeat> inside src