refactor: rename optimizeBindings -> optimizeImports

This commit is contained in:
Evan You
2020-07-10 20:43:52 -04:00
parent 5f271515cf
commit b51b79f5c4
5 changed files with 14 additions and 14 deletions

View File

@@ -155,7 +155,7 @@ export interface CodegenOptions {
* (only used for webpack code-split)
* @default false
*/
optimizeBindings?: boolean
optimizeImports?: boolean
/**
* Customize where to import runtime helpers from.
* @default 'vue'