Skip to content

Commit df1036b

Browse files
committed
add note about template literals on composition page
1 parent 29f957a commit df1036b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/v2/guide/composition.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ order: 301
66

77
Vue offers many strategies for building components and sharing functionality between them. Below, we'll provide a description of each strategy, followed by more in-depth explanations of when and how to apply them.
88

9+
<p class="tip">Examples on this page include <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals">template literals</a>, which are not supported in Internet Explorer, but make string templates much more readable.</p>
10+
911
## Overview
1012

1113
- **Merging**

0 commit comments

Comments
 (0)