Skip to content

Commit 5510295

Browse files
committed
chore: correct name in devtools
1 parent 5d68a29 commit 5510295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devtools.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export function addDevtools(app: App, router: Router, matcher: RouterMatcher) {
169169

170170
api.addInspector({
171171
id: routerInspectorId,
172-
label: 'Routes' + id ? ' ' + id : '',
172+
label: 'Routes' + (id ? ' ' + id : ''),
173173
icon: 'book',
174174
treeFilterPlaceholder: 'Search routes',
175175
})

0 commit comments

Comments
 (0)