Nuxt.js: inheritAttrs: false doesn't work properly with universal mode

Created on 8 Apr 2020  路  2Comments  路  Source: nuxt/nuxt.js

Version

v2.12.2

Reproduction link

https://github.com/Tibon4ik/nuxt-ssr-inherit-attrs

Steps to reproduce

Clone the repo

  • $ npm install
  • $ npm run dev

What is expected ?

html element with class "app-card" should not have attribute "app-card-prop"
QIP Shot - Screen 009.png

What is actually happening?

html element with class "app-card" has attribute "app-card-prop"
QIP Shot - Screen 010.png

Additional comments?

This bug happens when i use component with inheritAttrs: false, which use another component on top level of