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
I would expect the data binding to return the result of the tagged template function.
What is actually happening?
I am getting an error message saying that tagged templates are not supported.
Initially thought this was a feature request since it says that tagged templates are not supported. But @posva closed the original issue #9719 and asked for a repro, so here it is.
The text was updated successfully, but these errors were encountered:
Thanks for clarifying! That was a very well hidden feature.
In case someone else encounters the same problem. It is possible to enable tagged templates by changing the transpileOptions of vue-loader. Example with vue.config.js:
Version
2.6.8
Reproduction link
https://codesandbox.io/s/626m32y4xw?fontsize=14
Steps to reproduce
Use tagged template inside data binding:
What is expected?
I would expect the data binding to return the result of the tagged template function.
What is actually happening?
I am getting an error message saying that tagged templates are not supported.
Initially thought this was a feature request since it says that tagged templates are not supported. But @posva closed the original issue #9719 and asked for a repro, so here it is.
The text was updated successfully, but these errors were encountered: