Skip to content

Commit 70e454d

Browse files
committed
chore: todo note
1 parent 305e7ba commit 70e454d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/data-loaders/defineColadaLoader.ts

+1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ export function defineColadaLoader<Data>(
191191
// https://github.com/posva/unplugin-vue-router/issues/583
192192
return app.runWithContext(() =>
193193
loader(trackedRoute, {
194+
// TODO: provide the query signal too
194195
signal: route.meta[ABORT_CONTROLLER_KEY]?.signal,
195196
})
196197
)

0 commit comments

Comments
 (0)