Skip to content

Commit 264f338

Browse files
committed
fix(data-loaders): avoid exporting data loaders in runtime
fix #663 BREAKING CHANGE: Data loader features must be imported from `unplugin-vue-router/data-loaders`. They were accidentally exposed through runtime but this was never documented. Your IDE might have added auto imports automatically and removing this will avoid future issues. You simply need to replace missing imports.
1 parent 66d1c7d commit 264f338

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/runtime.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
import type { RouteRecordRaw } from 'vue-router'
22

3-
// new data fetching
4-
export * from './data-loaders/entries/index'
5-
6-
// NOTE: for tests only
7-
// export * from './data-loaders/defineQueryLoader'
8-
93
/**
104
* Defines properties of the route for the current page component.
115
*

0 commit comments

Comments
 (0)