11ty/eleventy-plugin-vue

Use return object from serverPrefetch in data cascade

zachleat opened this issue · 1 comments

Currently Vue components that have a data method will populate the data cascade. I want the same for serverPrefetch (for async things)

Used for this: https://github.com/11ty/eleventy-plugin-vue#advanced-run-async-things-before-component-render

Requires Eleventy core 1.0.0-beta.5+

Fixed by 34b4dc0