From c4ff1a86ef4d0d74ff1760e66752d503fdf0acef Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 25 Aug 2015 00:30:01 -0400 Subject: [PATCH] use v-for in e2e tests --- examples/commits/app.js | 3 ++- examples/commits/index.html | 20 ++++++++++---------- examples/firebase/index.html | 6 +++--- examples/grid/index.html | 10 +++++----- examples/svg/index.html | 21 +++++++++++++-------- examples/svg/svg.js | 15 ++++++++++----- examples/tree/index.html | 5 ++--- src/compiler/compile.js | 8 ++++---- 8 files changed, 49 insertions(+), 39 deletions(-) diff --git a/examples/commits/app.js b/examples/commits/app.js index b8539949..e240fd05 100644 --- a/examples/commits/app.js +++ b/examples/commits/app.js @@ -58,8 +58,9 @@ var demo = new Vue({ xhr.open('GET', apiURL + self.currentBranch) xhr.onload = function () { self.commits = JSON.parse(xhr.responseText) + console.log(self.commits[0].html_url) } xhr.send() } } -}) \ No newline at end of file +}) diff --git a/examples/commits/index.html b/examples/commits/index.html index f4cbbef1..af180177 100644 --- a/examples/commits/index.html +++ b/examples/commits/index.html @@ -23,24 +23,24 @@

Latest Vue.js Commits

-