Skip to content

vueuse/patch-vue-directive-ssr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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/[email protected].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published