これが私のシェルです:
<div>
<div id="content" class="container-fluid page-host main">
<!--ko router: { transition:'entrance', alwaysTriggerAttach: 'true', cacheViews: 'true' }--><!--/ko-->
</div>
</div>
私は常に次を使用してビューに移動します。
router.navigate(route);
現在、特定のビュー (アイテム) にいて、別の ID (/#item/id) のナビゲート関数を呼び出すと、データは正しく変更されますが、遷移は発生しません。
何かアドバイス?ありがとう
ニコラス