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
description: Output of `npx envinfo --system --npmPackages '{vue,vite,@vueuse/*}' --binaries --browsers` or `npx nuxi info` when using nuxt.
10
+
placeholder: System, Binaries, Browsers
11
+
validations:
12
+
required: true
13
+
- type: textarea
14
+
id: reproduction
15
+
attributes:
16
+
label: Reproduction
17
+
description: Please provide a link to a repo or [stackblitz](https://stackblitz.com/edit/vitejs-vite-rptfks/) that can reproduce the problem you ran into. A [**minimal reproduction**](https://stackoverflow.com/help/minimal-reproducible-example) is required.
18
+
placeholder: Reproduction
19
+
validations:
20
+
required: true
21
+
- type: textarea
22
+
id: bug-description
23
+
attributes:
24
+
label: Describe the bug
25
+
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
26
+
placeholder: Bug description
27
+
validations:
28
+
required: true
29
+
- type: textarea
30
+
id: additonal
31
+
attributes:
32
+
label: Additional context
33
+
description: If applicable, add any other context about the problem here
34
+
- type: textarea
35
+
id: logs
36
+
attributes:
37
+
label: Logs
38
+
description: |
39
+
Optional if provided reproduction. Please try not to insert an image but copy paste the log text.
0 commit comments