From 64c4d88c82761c88202f744e06745b074fc81a85 Mon Sep 17 00:00:00 2001 From: hubcarl Date: Tue, 25 Apr 2017 21:20:52 +0800 Subject: [PATCH] doc:update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4a166c5..1682afd 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,11 @@ exports.vuessr = { // layout: path.join(app.baseDir, 'app/view/layout.html'), // manifest: path.join(app.baseDir, 'config/manifest.json'), // buildConfig: path.join(app.baseDir, 'config/buildConfig.json'), + // injectCss: true, + // injectJs: true, + // afterRender: (html, context) => { + // return html; + // }, }; ```