首页 > 其他 > 详细

vue中attributes, methods ,events ,slots解释

时间:2021-06-02 21:25:04      阅读:21      评论:0      收藏:0      [点我收藏+]

attributes

html属性

<input type="textarea"></input>
type 就是属于attributes,html的属性,在vue中可以使用绑定 :type 来动态渲染html属性

slots

插槽,可以看一下官网,分为匿名插槽,具名插槽,作用域插槽

参考:https://cn.vuejs.org/v2/guide/components-slots.html

          https://juejin.im/post/5a69ece0f265da3e5a5777ed

Events

自定义事件

<input @change="changeA"></input> 的@change
Methods

用户事件

感觉events 和 methods的区别就类似于 emit 和 on 的作用

 

vue中attributes, methods ,events ,slots解释

原文:https://www.cnblogs.com/kaicy/p/14842406.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!