diff --git a/src/guide/syntax.md b/src/guide/syntax.md index 2853f02e37..42c6256b7f 100644 --- a/src/guide/syntax.md +++ b/src/guide/syntax.md @@ -170,3 +170,5 @@ or ``` They may look a bit different from "valid" HTML, but all Vue.js supported browsers can parse it correctly, and they do not appear in the final rendered markup. The shorthand syntax is totally optional, but you will likely appreciate it when you learn more about its usage later. + +**Note:** The use of shorthand could give some errors if used in a page rendered completely or partially server side because the incorrect html/xml syntax could confuse the server engine.