vuejs / vue-template-es2015-compiler

Support a subset of handy ES2015 features in Vue 2.0 templates.
61 stars 23 forks source link

allow to config/extend globals via options #17

Open UncleBill opened 4 years ago

UncleBill commented 4 years ago

https://github.com/vuejs/vue-template-es2015-compiler/blob/2d4fbd7bce59c3cedb56e061898b9500a86b421d/index.js#L4-L14

benefit

Use custom global variables inside the template.

easy and neat to resolve https://stackoverflow.com/a/40897670/1087831