Skip to content

Commit f5b6092

Browse files
committed
clarify that comments option is only available for in-browser compilation
1 parent 844cb43 commit f5b6092

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/v2/api/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,9 +1031,11 @@ if (version === 2) {
10311031
10321032
- **Default:** `{% raw %}["{{", "}}"]{% endraw %}`
10331033
1034+
- **Restrictions:** This option is only available in the full build, with in-browser compilation.
1035+
10341036
- **Details:**
10351037
1036-
Change the plain text interpolation delimiters. **This option is only available in the full build.**
1038+
Change the plain text interpolation delimiters.
10371039
10381040
- **Example:**
10391041
@@ -1120,6 +1122,8 @@ if (version === 2) {
11201122
11211123
- **Default:** `false`
11221124
1125+
- **Restrictions:** This option is only available in the full build, with in-browser compilation.
1126+
11231127
- **Details:**
11241128
11251129
When set to `true`, will preserve and render HTML comments found in templates. The default behavior is discarding them.

0 commit comments

Comments
 (0)