1
說我想有一個封裝的內容(又名兒童)組件:使用組件/標籤內容
<article>
<header>${input.heading}</header>
<section> ... contents come here ... </section>
<article>
然後使用它像:
...
<my-article heading='Test'>
Lorem ipsum <s>dolor</s> sit amet
</my-article>
怎麼辦我訪問模板中的內容?
或者使用' '標籤 –