-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
vue-template-es2015-compiler/index.js
Lines 4 to 14 in 2d4fbd7
| var defaultOptions = { | |
| transforms: { | |
| modules: false, | |
| // this is a custom feature for stripping with from Vue render functions. | |
| stripWith: true, | |
| // custom feature ensures with context targets functional render | |
| stripWithFunctional: false | |
| }, | |
| // allow spread... | |
| objectAssign: 'Object.assign' | |
| } |
benefit
Use custom global variables inside the template.
easy and neat to resolve https://stackoverflow.com/a/40897670/1087831
Metadata
Metadata
Assignees
Labels
No labels