You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifying a different transpiler than the current vue-template-es2015-compiler would add the ability for code inside the templates to be processed the same (or a similar) way to the code from <script>.
For example there are outstanding proposals to the ecmascript that currently can be used through babel plugins[1] but they won't work inside the template expressions since they don't follow the same compilation path.
Specifying a different transpiler than the current
vue-template-es2015-compiler
would add the ability for code inside the templates to be processed the same (or a similar) way to the code from<script>
.For example there are outstanding proposals to the ecmascript that currently can be used through babel plugins[1] but they won't work inside the template expressions since they don't follow the same compilation path.
[1] https://babeljs.io/docs/en/babel-plugin-proposal-optional-chaining
The text was updated successfully, but these errors were encountered: