pull/1358/head
Conduitry 7 years ago
parent 5c4819e1a5
commit f90091bb58

@ -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…
Cancel
Save