[docs] convert spaces to tabs

pull/7738/head
Ben McCann 5 years ago committed by GitHub
parent fcaf7a4375
commit 2cd78950b1

@ -12,8 +12,8 @@ Now we can programmatically interact with this component using `field`.
```html ```html
<button on:click="{() => field.focus()}"> <button on:click="{() => field.focus()}">
Focus field Focus field
</button> </button>
``` ```
> Note that we can't do `{field.focus}` since field is undefined when the button is first rendered and throws an error. > Note that we can't do `{field.focus}` since field is undefined when the button is first rendered and throws an error.

Loading…
Cancel
Save