Skip to content

inheritAttrs: false doesn't work properly with vue-server-renderer

Notifications You must be signed in to change notification settings

ArtemyNv/vue-server-renderer-inherit-attrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps

  1. npm install
  2. npm run test

About

This repo is a reproduction of next vue-server-renderer bug:

When i use component with inheritAttrs: false, which use another component on top level of "template" section or render function, vue-server-renderer still adds html attributes on html element.

Related issue: vuejs/vue#11297

About

inheritAttrs: false doesn't work properly with vue-server-renderer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published