if you have a component: ``` <template x-widget="some-thing"> foo </template> ``` We should automatically add `:id="$id('some-thing')"` to the tag output and `x-id="['some-thing']"` to the tag declaration
if you have a component:
We should automatically add
:id="$id('some-thing')"to the tag output andx-id="['some-thing']"to the tag declaration