Merge remote-tracking branch 'origin/master' into sites

pull/8274/head
Puru Vijay 3 years ago
commit a3f3602846

@ -1,6 +1,6 @@
### Before submitting the PR, please make sure you do the following ### Before submitting the PR, please make sure you do the following
- [ ] It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs - [ ] It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs
- [ ] Prefix your PR title with `[feat]`, `[fix]`, `[chore]`, or `[docs]`. - [ ] Prefix your PR title with `feat:`, `fix:`, `chore:`, or `docs:`.
- [ ] This message body should clearly illustrate what problems it solves. - [ ] This message body should clearly illustrate what problems it solves.
- [ ] Ideally, include a test that fails without this PR but passes with it. - [ ] Ideally, include a test that fails without this PR but passes with it.

@ -147,7 +147,7 @@ Any top-level statement (i.e. not inside a block or a function) can be made reac
```sv ```sv
<script> <script>
export let title; export let title;
export let person export let person;
// this will update `document.title` whenever // this will update `document.title` whenever
// the `title` prop changes // the `title` prop changes

Loading…
Cancel
Save