10 lines
137 B

<div><Widget ref:widget/></div>
<script>
import Widget from './Widget.html';
export default {
components: { Widget }
};
</script>