mirror of https://github.com/sveltejs/svelte
commit
b81ff3e73d
@ -0,0 +1 @@
|
||||
<p>{{yield}}</p>
|
@ -0,0 +1,3 @@
|
||||
export default {
|
||||
html: '<p>Hello</p>'
|
||||
};
|
@ -0,0 +1,11 @@
|
||||
<Link>Hello</Link>
|
||||
|
||||
<script>
|
||||
import Link from './Link.html';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Link
|
||||
}
|
||||
};
|
||||
</script>
|
Loading…
Reference in new issue