vueuse / patch-vue-directive-ssr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

The patch will make all the custom directive as-is for to be solved at runtime (no transformations unless you configure explicitly).

Related Issues:

Usage

npm i -D patch-vue-directive-ssr

Done.

Compatibility

Tested with @vue/compiler-ssr@3.0.7.

About


Languages

Language:JavaScript 100.0%