Skip to content

Latest commit

 

History

History
254 lines (128 loc) · 9.73 KB

13.md

File metadata and controls

254 lines (128 loc) · 9.73 KB

13 组件(第一篇)

https://youtu.be/-sFCcszkXBU

https://pan.baidu.com/s/1slHz9yX

1.is.html

2.extend.html

3.component.html

4.[replace.html] (https://github.com/bhnddowinf/vuejs-learn/blob/master/13/03%20replace.html)

5.child.html

6.[Registration Sugar.html] (https://github.com/bhnddowinf/vuejs-learn/blob/master/13/05%20Registration%20Sugar.html)

7.06 shared across all instances.html

8.07 shared across all instances 1.html

9.08 shared across all instances 2.html

10.09 Component Option Caveats el.html

11.10 is1.html

12.[11 use x-template.html] (https://github.com/bhnddowinf/vuejs-learn/blob/master/13/11%20use%20x-template.html)

13.[12 use template.html] (https://github.com/bhnddowinf/vuejs-learn/blob/master/13/12%20use%20template.html)

14.13 use table template.html

15.[14 use table tbody.html] (https://github.com/bhnddowinf/vuejs-learn/blob/master/13/14%20use%20table%20tbody.html)

13 组件(第二篇)

百度云,直接下载 http://pan.baidu.com/s/1bp0rrOz

1.2-1 passing data with props.html 

https://youtu.be/E2xDkWtCljw

2.2-2 kebab-case.html

https://youtu.be/GFFdXcfPc_g

3.2-3 Dynamic Props.html

https://youtu.be/97ssmFiu3SM

4.2-4 Literal vs Dynamic.html

https://youtu.be/EmOny-Z3JP4

5.2-5 Prop Binding Types.html

https://youtu.be/kVhxAukW_g8

6.2-6 Prop Validation.html

https://youtu.be/-Q1dklWL9jY

13 组件(第三篇)

http://pan.baidu.com/s/1jHOjCSQ

1.3-1 Parent Chain

https://youtu.be/X8i2Foz5NHQ

2.[3-2 Custom Events.html] (https://github.com/bhnddowinf/vuejs-learn/blob/master/13/3-2%20Custom%20Events.html)

https://youtu.be/Jq3djs2cE7Q

3.3-3 v-on for Custom Events

https://youtu.be/DeQZ_iVwd7I

4.3-4 Child Component Refs.html

https://youtu.be/hULS35nLdcw

13 组件(第四篇)

http://pan.baidu.com/s/1c2hsN6K

1.4-1 Compilation Scope.html

https://youtu.be/ZdrMnamJqVM

2.4-2 Compilation Scope 2.html

https://youtu.be/kz5R2dPcm8Y

3.4-3 Compilation Scope 3.html

https://youtu.be/kz5R2dPcm8Y

4.4-4 Single Slot.html

https://youtu.be/6YLi6jUfy5M

5.[4-5 Named Slots.html] (https://github.com/bhnddowinf/vuejs-learn/blob/master/13/4-5%20Named%20Slots.html)

https://youtu.be/zHzP7EcGxAM

13 组件(第五篇)

http://pan.baidu.com/s/1b4id9k

vue js 013 组件 5 1 Dynamic Components https://youtu.be/cPAEY86Lj_o

vue js 013 组件 5 2 Dynamic Components Keep alive https://youtu.be/6YTQCGpanWE

vue js 013 组件 5 3 activate Hook https://youtu.be/EHBeo0-vcg4

vue js 013 组件 5 4 transition mode https://youtu.be/5jmiwP1j-wk

vue js 013 组件 5 5 Components and v for https://youtu.be/azgjurpY-kU

vue js 013 组件 5 6 Authoring Reusable Components https://youtu.be/R_IF5bbH8UU

vue js 013 组件 5 7 Async Components https://youtu.be/R4TMPyTq0ZU

vue js 013 组件 5 8 Recursive Component1 https://youtu.be/Yby_DqAAPOo

vue js 013 组件 5 9 end https://youtu.be/bt-xuiOyFJU

1.5-1 Dynamic Components.html

2.5-2 Dynamic Components Keep alive.html

3.5-3 activate Hook.html

4.5-4 transition-mode .html

5.5-5 Components and v-for.html

6.5-6 Authoring Reusable Components .html

7.5-7 Async Components.html

8.5-8 Recursive Component1.html