diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 0cf535a60..eeeb1f831 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -151,10 +151,12 @@ export default defineConfig({ } }, vue: { - // allow VDOM and Vapor components to be used together - vdomInterop: true, + // This enables interop between the VDOM and Vapor components. + vaporInterop: true, features: { - // force enable Vapor Mode + // Force `.vue` and `.md` files to be compiled as Vapor components. + // Only `.vue` files using `