Files
2024-09-27 02:06:13 +08:00

19 lines
452 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

【完成】1计算属性和侦听器
【完成】2组件基础
全局组件
局部组件
组件间数据传递
父 ---> 子props
子 ---> 父:$emit 子组件通过$emit提交事件通知父组件父组件捕捉事件通知执行自己的对应逻辑
【完成】3插槽
【完成】4自定义指令
【完成】5混入
【完成】7过滤器
// 6进入/离开 & 列表过渡
【完成】8生命周期