mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-03 12:38:24 +08:00
fix option passing
This commit is contained in:
parent
fae6b87786
commit
2fe42ef0c5
@ -103,6 +103,7 @@
|
||||
"rollup-plugin-replace": "^1.1.0",
|
||||
"rollup-watch": "^3.2.2",
|
||||
"selenium-server": "^2.53.1",
|
||||
"serialize-javascript": "^1.3.0",
|
||||
"typescript": "^2.1.6",
|
||||
"uglify-js": "^2.6.2",
|
||||
"vue-ssr-html-stream": "^2.1.0",
|
||||
|
@ -22,7 +22,9 @@ export function createRenderer (options?: Object = {}): {
|
||||
// component cache (optional)
|
||||
cache: options.cache,
|
||||
// page template (optional)
|
||||
template: options.template
|
||||
template: options.template,
|
||||
// server/client build manifests (optional)
|
||||
manifest: options.manifest
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user