您好我正在尝试在我的Polymer应用程序上使用app控制器。这就是我所拥有的:
<app-router>
<app-route path="/order/:orderId">
<template>
<p>Your order number is <span>{{orderId}}</span></p>
</template>
</app-route>
</app-router>
但我在浏览器中看到了这个:
Your order number is {{orderId}}
我看到了这个帖子:https://github.com/erikringsmuth/app-router/issues/127
是否有任何解决方法或其他方法可以使这项工作? 如果没有其他路由元素使用延迟加载,如app-router,可以与Polymer 1.x一起使用?
谢谢
答案 0 :(得分:0)
对于其他任何人:
<app-route path="/evaluate/:userId" element="evaluation-wrap-element" bindRouter></app-route>
只使用元素属性