pull/7738/head
Conduitry 8 years ago
parent 26b8db39af
commit f5fb3e6c08

@ -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