Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(server/render.js): make able to resolve camelCased local directives
SSR directives can be only passed in with 'kebab-case' keys, but Client size rendering can be passed in with 'camelCale' keys. fix vuejs#8961
- Loading branch information