+
+ /excluded-via-component-options
+
+
+
diff --git a/test/module.test.js b/test/module.test.js
index 4c09919..d5a0e7d 100644
--- a/test/module.test.js
+++ b/test/module.test.js
@@ -51,6 +51,8 @@ describe('ssr', () => {
// excluded routes
html = await get('/exclude')
expect(html).toContain('/exclude')
+ html = await get('/excluded-via-component-options')
+ expect(html).toContain('/excluded-via-component-options')
// filtered routes
html = await get('/filtered')
@@ -79,6 +81,7 @@ describe('ssr', () => {
// excluded routes
expect(xml).not.toContain('