mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 13:11:31 +03:00
7 lines
208 B
HTML
7 lines
208 B
HTML
<!doctype html>
|
|
<template id="template">
|
|
<slot name="a"><p>a</p></slot>
|
|
<slot name="b"><span>test</span> <span>test</span></slot>
|
|
<slot name="C"><div>test</div> <div>test</div></slot>
|
|
</template>
|