You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ body:
30
30
description: |
31
31
The easiest way to provide a reproduction is by showing the bug in [The SFC Playground](https://sfc.vuejs.org/).
32
32
If it cannot be reproduced in the playground and requires a proper build setup, try [StackBlitz](https://vite.new/vue).
33
-
If neither of these are suitable, you can always provide a GitHub reporistory.
33
+
If neither of these are suitable, you can always provide a GitHub repository.
34
34
35
35
The reproduction should be **minimal** - i.e. it should contain only the bare minimum amount of code needed
36
36
to show the bug. See [Bug Reproduction Guidelines](https://github.com/vuejs/core/blob/main/.github/bug-repro-guidelines.md) for more details.
| ATTR_FALSE_VALUE | ✔ | No longer removes attribute if binding value is boolean `false`|[link](https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html)|
314
-
|ATTR_ENUMERATED_COERSION| ✔ | No longer special case enumerated attributes |[link](https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html)|
314
+
|ATTR_ENUMERATED_COERCION| ✔ | No longer special case enumerated attributes |[link](https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html)|
315
315
| TRANSITION_GROUP_ROOT | ✔ |`<transition-group>` no longer renders a root element by default |[link](https://v3-migration.vuejs.org/breaking-changes/transition-group.html)|
| COMPONENT_FUNCTIONAL | ✔ | Functional component API changed (now must be plain functions) |[link](https://v3-migration.vuejs.org/breaking-changes/functional-components.html)|
0 commit comments