mirror of https://github.com/sveltejs/svelte
parent
5c4819e1a5
commit
f90091bb58
@ -0,0 +1 @@
|
||||
<p>This is the widget.</p>
|
@ -0,0 +1,3 @@
|
||||
export default {
|
||||
html: `<p>This is the widget.</p>`,
|
||||
};
|
@ -0,0 +1,5 @@
|
||||
<Widget/>
|
||||
|
||||
<script>
|
||||
export default { components: { Widget: './Widget.html' } };
|
||||
</script>
|
Loading…
Reference in new issue