根据这一节视频写完代码后出现了这个警告
来源:5-4 ValidateInput 第三部分 — 支持 v-model
慕哥3993229
2021-07-01
[Vue warn]: Extraneous non-props attributes (class) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.
写回答
2回答
-
张轩
2021-07-03
同学你好 看了你的代码 原因来自
App.vue 第七行
<login-form class="col-xs-10 col-sm-10 col-md-8 col-lg-6"></login-form>
我们给这个组件传入了一个属性 class,但是在组件内部没有对这个属性做对应的处理,你可以看下一节,正好讲的就是怎样处理节点上的默认属性,学完了就搞懂了。
00 -
张轩
2021-07-01
同学你好 请将你的源代码(git)提供一下,我在本地帮你看下,谢谢
012021-07-02
相似问题
本节应该是跳过了一些内容吧
回答 1
关于点击登录出现阿里云错误
回答 2