Skip to content

Commit f7f8e4a

Browse files
committed
chore: fix issue form dropdown options
1 parent 454e905 commit f7f8e4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.en-US.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ body:
1717
attributes:
1818
label: How are you introducing Vue-ECharts into your project?
1919
options:
20-
- label: ES Module imports
21-
- label: "<script> tag"
20+
- ES Module imports
21+
- "<script> tag"
2222
validations:
2323
required: true
2424
- type: textarea

.github/ISSUE_TEMPLATE/bug-report.zh-Hans.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ body:
1717
attributes:
1818
label: 您是如何将 Vue-ECharts 引入项目的?
1919
options:
20-
- label: 通过 ES 模块 import
21-
- label: "<script> 标签"
20+
- 通过 ES 模块 import
21+
- "<script> 标签"
2222
validations:
2323
required: true
2424
- type: textarea

0 commit comments

Comments
 (0)