gpt4 book ai didi

dart - 在Polymer.dart中访问父上下文

转载 作者:行者123 更新时间:2023-12-03 03:28:52 25 4
gpt4 key购买 nike

我在访问转发器内部的父范围时遇到问题。

以下代码有效:

<polymer-element name="x-playground" extends="div" attributes="children parent">
<template>
{{parent}}
<template repeat="{{children}}">
{{}}
</template>
</template>

<script type="application/dart">
import 'package:polymer/polymer.dart';
@CustomTag("x-playground")
class PlaygroundView extends PolymerElement with ObservableMixin {
@observable List children;
@observable String parent;
}
</script>
</polymer-element>

但是,如果我将其替换为以下内容:

    <template repeat="{{children}}">
{{parent}}
</template>

它抛出 variable not found: parent in 770699111

有没有办法访问父范围?

最佳答案

这是bug https://code.google.com/p/dart/issues/detail?id=12742。请加注星标,以便在解决问题时得到通知。感谢您的举报!

关于dart - 在Polymer.dart中访问父上下文,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18487615/

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