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: attributes:
label: How are you introducing Vue-ECharts into your project? label: How are you introducing Vue-ECharts into your project?
options: options:
- label: ES Module imports - ES Module imports
- label: "<script> tag" - "<script> tag"
validations: validations:
required: true required: true
- type: textarea - type: textarea

View File

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