chore: fix issue form dropdown options

This commit is contained in:
Justineo
2021-06-29 13:58:23 +08:00
parent 454e9056fa
commit f7f8e4a757
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@ body:
attributes:
label: How are you introducing Vue-ECharts into your project?
options:
- label: ES Module imports
- label: "<script> tag"
- ES Module imports
- "<script> tag"
validations:
required: true
- type: textarea

View File

@ -17,8 +17,8 @@ body:
attributes:
label: 您是如何将 Vue-ECharts 引入项目的?
options:
- label: 通过 ES 模块 import
- label: "<script> 标签"
- 通过 ES 模块 import
- "<script> 标签"
validations:
required: true
- type: textarea