docs: form select 远程选项

This commit is contained in:
roymondchen 2022-09-19 13:05:50 +08:00 committed by jia000
parent 30bb39d71a
commit f10ab21ce8

View File

@ -144,7 +144,7 @@
placeholder: '请选择',
remote: true,
option: {
url: 'xxx',
url: 'select/remote',
root: 'data',
method: 'post',
mode: 'cors',