Closed zachleat closed 3 years ago
Currently Vue components that have a data method will populate the data cascade. I want the same for serverPrefetch (for async things)
data
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 https://github.com/11ty/eleventy-plugin-vue/commit/34b4dc031a88975049e5bef338ee293f9ceb9f2f
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