[Vue warn]: Invalid prop: type check failed for prop "max". Expected Number, got String

版权声明:本文首发微信公众号「 puufei 」,转载请标明出处! https://blog.csdn.net/honglei_zh/article/details/89152145

<x-input max=20>测试文字</x-input>

改成

<x-input :max=20>测试文字</x-input>

猜你喜欢

转载自blog.csdn.net/honglei_zh/article/details/89152145