11ty / eleventy-plugin-vue

Use Vue.js templates and Vue.js single file components in Eleventy.
195 stars 11 forks source link

Use return object from serverPrefetch in data cascade #36

Closed zachleat closed 2 years ago

zachleat commented 2 years ago

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

zachleat commented 2 years ago

Requires Eleventy core 1.0.0-beta.5+

Fixed by https://github.com/11ty/eleventy-plugin-vue/commit/34b4dc031a88975049e5bef338ee293f9ceb9f2f