gpt4 book ai didi

Aurelia:如果绑定(bind)和内容选择器

转载 作者:行者123 更新时间:2023-12-02 01:27:27 25 4
gpt4 key购买 nike

我发现当在父元素上使用 if 绑定(bind)时,内容选择器似乎不起作用。例如:

some-element.html

<template>
<div if.bind="true">
This will appear
<content></content>
</div>
</template>

app.html

<template>
<some-element>This will not appear</some-element>
</template>

如果我不使用 if 就可以正常工作绑定(bind),但不会呈现 <content>当我使用 if 时捆绑。我在这里做错了什么,或者有什么方法可以让它按预期工作吗?

最佳答案

我很快就会将其添加到我们的文档中,但现在,这是@EisenbergEffect 来自 https://github.com/aurelia/framework/issues/375 的解释

“不行。那是shadow dom的一个特点。内容选择点必须是静态的,不能动态添加或删除。如果你想隐藏它们,那么考虑使用show.bind代替。”

p>

关于Aurelia:如果绑定(bind)和内容选择器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36248787/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com