File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# bedrock-vue-wallet ChangeLog
22
3+ ## 29.3.2 - 2024-10-dd
4+
5+ ### Fixed
6+ - Fix call to dynamically add routes to Vue router.
7+
38## 29.3.1 - 2024-10-11
49
510### Fixed
Original file line number Diff line number Diff line change 11/*!
2- * Copyright (c) 2022-2023 Digital Bazaar, Inc. All rights reserved.
2+ * Copyright (c) 2022-2024 Digital Bazaar, Inc. All rights reserved.
33 */
44import * as brQuasar from '@bedrock/quasar' ;
55import { config } from '@bedrock/web' ;
@@ -177,7 +177,7 @@ export async function configureRouter({
177177 }
178178 // add routes
179179 for ( const route of routes ) {
180- router . addRoute ( route . name , route ) ;
180+ router . addRoute ( route ) ;
181181 }
182182
183183 // handle behavior triggered by route changes
You can’t perform that action at this time.
0 commit comments