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
Copy file name to clipboardExpand all lines: src/api/options-dom.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2,35 +2,35 @@
2
2
3
3
## template
4
4
5
-
-**Type:**`string`
5
+
-**型:**`string`
6
6
7
-
-**Details:**
7
+
-**詳細:**
8
8
9
-
A string template to be used as the markup for the component instance. The template will **replace**the `innerHTML` of mounted element. Any existing markup inside the mounted element will be ignored, unless content distribution slots are present in the template.
If the string starts with `#`it will be used as a `querySelector`and use the selected element's innerHTML as the template string. This allows the use of the common `<script type="x-template">`trick to include templates.
0 commit comments