eleventy-plugin-vue icon indicating copy to clipboard operation
eleventy-plugin-vue copied to clipboard

Use Vue.js templates and Vue.js single file components in Eleventy.

Results 18 eleventy-plugin-vue issues
Sort by recently updated
recently updated
newest added

Vue components do not have access to top level global data by default but we do have an exception for `page`. Add the same for `eleventy` https://github.com/11ty/eleventy-plugin-vue/blob/0b64bdc7897aeb78a89da1eeecb9a1d5e58f2942/EleventyVue.js#L528 https://github.com/11ty/eleventy-plugin-vue/blob/8d594987111db6200ecd67216b6554d8a5380b14/EleventyVue.js#L528

bug

e.g.: ``` export default { props: {}, components: {} } ``` and then referenced in the page template: ``` --- layout: "layout.vue" --- ```

enhancement

I’ve come across a kind of weird caching (I guess) issue. I’ve a page which uses a headless CMS with content blocks. One of those blocks renders markdown: ```vue ```...

is 11ty's use of Vue implicitly SSR? if so, would [examples#ssr](https://rollup-plugin-vue.vuejs.org/examples.html#ssr) or [options#template-optimizeSSR](https://rollup-plugin-vue.vuejs.org/options.html#template-optimizessr) be of any benefit? theyre the same Option from two different locations

open-question

#41 means that `rollup-plugin-vue` is not going to be updated, which causes an issue for Postcss users as `rollup-plugin-vue` uses [`rollup-plugin-postcss` version `3`](https://github.com/vuejs/rollup-plugin-vue/blob/next/package.json#L42) and `rollup-plugin-postcss` [only supports `postcss` version `7`](https://github.com/egoist/rollup-plugin-postcss/blob/v3.1.8/package.json#L59)....

By my understanding, renderTemplate does not currently support rendering of components. where Test.vue is ```vue test vue file export default{ name: 'Test', } ``` called in the markdown file ```njk...

I reach the following error while testing the `Vue 3` version on a project that is currently working with `Vue 2` templates: ```` [11ty] Problem writing Eleventy templates: (more in...

# [petite-vue](https://github.com/vuejs/petite-vue) do these do different things? what is their interaction / synergy ive only lightly tested 11ty-vue, so pardon my ignorance couldnt find a discussion so i thought id...

Fix problem after merge multiple data objects (with different keys). The problem occurs when you use pagination on pages where some fields are missing. Vue merges multiple data mixins, so...

https://github.com/vuejs/rollup-plugin-vue#archived https://github.com/vuejs/rollup-plugin-vue/commit/6587474830756384b76f48cdecb611107bcb3e19 is there any impetus to transition to [Vite & Vite/Plugin-Vue?](https://github.com/vitejs/vite/tree/main/packages/plugin-vue) if so, Slinkity would probably love it