摘要: 序言 自定义组件 Vue组件的三要素 1. props参数 2. slot定制插槽 3. event自定义事件 <template> <div class="headComponent"> {{{ msg }} </div> </template> <script> export default { 阅读全文
posted @ 2020-08-13 20:50 ~沐风 阅读(382) 评论(0) 推荐(0) 编辑