Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 385 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 385 Bytes

介绍

src目录时例子的代码。 Vuejs-ppt是对Vuejs做的分享ppt。

demo

demo中有两个例子。一个是index.htmlVue.js普通的使用。一个是room.html是组件化的例子。 组件化的例子中,有三个组件,Room, Switch, Lamp。Room包含SwitchLamp。 当Switch状态变化时,会通知Room, Room改变Lamp的状态。