Open wommy opened 2 years ago
is 11ty's use of Vue implicitly SSR? if so, would examples#ssr or options#template-optimizeSSR be of any benefit? theyre the same Option from two different locations
I’m guessing this is implicitly used via createSSRApp? https://github.com/11ty/eleventy-plugin-vue/blob/0b64bdc7897aeb78a89da1eeecb9a1d5e58f2942/EleventyVue.js#L525
createSSRApp
is 11ty's use of Vue implicitly SSR?
if so, would examples#ssr or options#template-optimizeSSR be of any benefit? theyre the same Option from two different locations