patch-vue-directive-ssr
v0.0.1
Published
Patch for Vue 3 directive SSR build failure
Downloads
3,908
Readme
patch-vue-directive-ssr
This package patchs @vue/compiler-ssr
for build custom directives with SSR/SSG.
- Custom directive is missing corresponding SSR transform and will be ignored.
Usage
npm i -D patch-vue-directive-ssr
Done.
Compatibility
Tested with @vue/[email protected]
.