From 998ded4d967f07f519c980cc61fee3af307a22fb Mon Sep 17 00:00:00 2001 From: Mihal Malostanidis Date: Tue, 9 May 2017 16:39:16 +0300 Subject: [PATCH] Make line breaks consistent --- examples/route-alias/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/route-alias/app.js b/examples/route-alias/app.js index 39664dabc..219212a46 100644 --- a/examples/route-alias/app.js +++ b/examples/route-alias/app.js @@ -51,8 +51,8 @@ new Vue({
  • - /baz (renders /home/baz) -
  • + /baz (renders /home/baz) +
  • /home/baz-alias (renders /home/baz)