fix tutorial link

pull/2503/head
Jesse Wicks 7 years ago
parent bf6bd36e38
commit 1d1431c3eb

@ -12,4 +12,4 @@ The readonly `this` binding applies to every element (and component) and allows
></canvas> ></canvas>
``` ```
Note that the value of `canvas` will be `undefined` until the component has mounted, so we put the logic inside the `onMount` [lifecycle function](tutorials/onmount). Note that the value of `canvas` will be `undefined` until the component has mounted, so we put the logic inside the `onMount` [lifecycle function](tutorial/onmount).
Loading…
Cancel
Save