docs: fix typo in action-sheet (#3005)

docs: fix typo in action-sheet
This commit is contained in:
莫居尘 2020-04-12 12:41:38 +08:00 committed by GitHub
parent 98d72b491f
commit e10a328f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ Page({
data: {
show: false,
actions: [
{ name: '选项', color: '07c160' },
{ name: '选项', color: '#07c160' },
{ loading: true },
{ name: '禁用选项', disabled: true }
]