08.02.2017 Views

vuejs

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Components 75<br />

13 el: '#app',<br />

14 data: {<br />

15 stories: [<br />

16 {<br />

17 plot: 'My horse is amazing.',<br />

18 writer: 'Mr. Weebl',<br />

19 upvotes: 28,<br />

20 voted: false,<br />

21 },<br />

22 {<br />

23 plot: 'Narwhals invented Shish Kebab.',<br />

24 writer: 'Mr. Weebl',<br />

25 upvotes: 8,<br />

26 voted: false,<br />

27 },<br />

28 {<br />

29 plot: 'The dark side of the Force is stronger.',<br />

30 writer: 'Darth Vader',<br />

31 upvotes: 49,<br />

32 voted: false,<br />

33 },<br />

34 {<br />

35 plot: 'One does not simply walk into Mordor',<br />

36 writer: 'Boromir',<br />

37 upvotes: 74,<br />

38 voted: false,<br />

39 },<br />

40 ]<br />

41 }<br />

42 })

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!