Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 366 Bytes

File metadata and controls

10 lines (7 loc) · 366 Bytes

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