Ember 条件渲染在 DOM 中添加了一个奇怪的元素
Ember conditional rendering is adding a weird element in DOM
每当我的模板中不遵守条件时,我都会在 DOM
中注意到这个绿色的东西
可以避免这种行为吗?
那只是一个空的 html-comment-tag
<html>
<!-- this is a comment -->
</html>
评论不显示在浏览器中。这是 ember 的实现细节,因此无法避免。没有必要避免它。
每当我的模板中不遵守条件时,我都会在 DOM
中注意到这个绿色的东西可以避免这种行为吗?
那只是一个空的 html-comment-tag
<html>
<!-- this is a comment -->
</html>
评论不显示在浏览器中。这是 ember 的实现细节,因此无法避免。没有必要避免它。