1.2.4
win10 / chrome 56.0.2924.87
2.1.8
router="true"
或 router=true
或 router="false"
属性,见重现链接控制台无报错
控制台报错
[Vue warn]: Invalid prop: type check failed for prop "router". Expected Boolean, got String.
(found in <ElMenu>)
Write it like this:
:router="true"
参考楼上。
Most helpful comment
Write it like this:
:router="true"