<Widget bind:potato/>
<script>
import Widget from 'wherever';
export default {
components: {
Widget
}
};
</script>