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
The new syntax fixes a number of bugs, but because it uses embed/escape it currently requires a Sublime dev build. There are several open issues that seem to indicate that many people are using the old syntax. In particular, the old Vue syntax has trouble with JavaScript syntaxes other than babel-sublime, including the core syntax (e.g. JS Custom).
Backporting the new syntax to 3143 would fix these bugs for these users. Doing so would require removing the uses of embed/escape, presumably replacing them with with_prototype.
The text was updated successfully, but these errors were encountered:
The new syntax fixes a number of bugs, but because it uses
embed
/escape
it currently requires a Sublime dev build. There are several open issues that seem to indicate that many people are using the old syntax. In particular, the old Vue syntax has trouble with JavaScript syntaxes other than babel-sublime, including the core syntax (e.g. JS Custom).Backporting the new syntax to 3143 would fix these bugs for these users. Doing so would require removing the uses of
embed
/escape
, presumably replacing them withwith_prototype
.The text was updated successfully, but these errors were encountered: