File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ Submodule swift-docc-render contains modified content
2+ diff --git a/swift-docc-render/src/mixins/communicationBridgeUtils.js b/swift-docc-render/src/mixins/communicationBridgeUtils.js
3+ index 4f1bc9a..7ae7257 100644
4+ --- a/swift-docc-render/src/mixins/communicationBridgeUtils.js
5+ +++ b/swift-docc-render/src/mixins/communicationBridgeUtils.js
6+ @@ -38,6 +38,7 @@ export default {
7+ type: 'rendered',
8+ data: {
9+ time,
10+ + route: this.$route.path,
11+ },
12+ });
13+ },
14+ diff --git a/swift-docc-render/src/setup-utils/SwiftDocCRenderRouter.js b/swift-docc-render/src/setup-utils/SwiftDocCRenderRouter.js
15+ index 87ba2a4..17bd401 100644
16+ --- a/swift-docc-render/src/setup-utils/SwiftDocCRenderRouter.js
17+ +++ b/swift-docc-render/src/setup-utils/SwiftDocCRenderRouter.js
18+ @@ -32,7 +32,7 @@ const defaultRoutes = [
19+
20+ export default function createRouterInstance(routerConfig = {}) {
21+ const router = new Router({
22+ - mode: 'history',
23+ + mode: 'abstract',
24+ base: baseUrl,
25+ scrollBehavior,
26+ ...routerConfig,
You can’t perform that action at this time.
0 commit comments