From f80abaf9db3f4a620df161085216ec96e5142458 Mon Sep 17 00:00:00 2001 From: Nicholas Lee Date: Sun, 29 Oct 2017 23:59:00 +0900 Subject: [PATCH] remove unnecessary blank space for better output string --- lib/loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/loader.js b/lib/loader.js index 311ea3593..eea2c6e5c 100644 --- a/lib/loader.js +++ b/lib/loader.js @@ -299,7 +299,7 @@ module.exports = function (content) { } // template functional - output += '/* template functional */\n ' + output += '/* template functional */\n' output += 'var __vue_template_functional__ = ' + (functionalTemplate ? 'true' : 'false') +